Transform inputs/outputs to have mandatory fields required and optional fields as optional.
Fields with visible='false' are completely excluded from IntelliSense/content assist.
This type:
Filters out hidden fields (visible='false')
Makes visible mandatory fields required
Makes visible optional fields optional
Note: Strict type checking (preventing excess properties) is enforced at the function level
using the Exact type in Action, Trigger, and Subflow function signatures.
Transform inputs/outputs to have mandatory fields required and optional fields as optional. Fields with visible='false' are completely excluded from IntelliSense/content assist. This type:
Note: Strict type checking (preventing excess properties) is enforced at the function level using the Exact type in Action, Trigger, and Subflow function signatures.