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
The swagger for features shows it is of type "array," as validated by the designer, but it missed one detail: it has "collectionFormat": "csv". This specifies how multiple values for an array parameter are serialized when making a request. For csv, the values are joined with commas (e.g., features=barcodes,formulas).
I will let you determine how UX should support users in adding one or multiple values for "features." Ultimately, these values need to be converted into a string of comma separated values in the workflow definition. This will ensure that the swagger, designer, and backend work together seamlessly to provide a better user experience.
When we moved to the new designer, we implemented/enabled the validations based on swagger, but didn't consider the collectionFormat in it before showing the UX validation error. This caused regression.
The swagger for features shows it is of type "array," as validated by the designer, but it missed one detail: it has "collectionFormat": "csv". This specifies how multiple values for an array parameter are serialized when making a request. For csv, the values are joined with commas (e.g., features=barcodes,formulas).
I will let you determine how UX should support users in adding one or multiple values for "features." Ultimately, these values need to be converted into a string of comma separated values in the workflow definition. This will ensure that the swagger, designer, and backend work together seamlessly to provide a better user experience.
When we moved to the new designer, we implemented/enabled the validations based on swagger, but didn't consider the collectionFormat in it before showing the UX validation error. This caused regression.
Related issues: Azure/logicapps#1202
What type of Logic App Is this happening in?
Standard (Portal)
Which operating system are you using?
Windows
Did you refer to the TSG before filing this issue? https://aka.ms/lauxtsg
Yes
Workflow JSON
Screenshots or Videos
No response
Browser
Additional context
No response
The text was updated successfully, but these errors were encountered: