You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Added
Allow field named __inventory__ to have array to launch against multiple inventories (ansible only)
Add new validation validIf and validIfNot. Use an expression field as validation.
Add new refresh property to manually or auto refresh expression/query fields.
Add table enhancements
prepopulate with query and expression
insertMarker and deleteMarker (to mark deleted or new records)
allowDelete and allowInsert (to allow insert/delete)
readonlyField
With this table feature you can now load existing data and use table to modify it.
The allowInsert set to false will focus on modification only.
The deleteMarker set to value of choice, will allow you to use ansible absent for deleted records.
Read the wiki for more details.