Open codyc1515 opened 1 month ago
This seems like a connector issue. The Schema we're given is expecting the parameter Optional and Premium features
to be an array and thus our validation will prevent saving of this as so. I'm transferring this to backend and going to start an internal thread with the connector owner on their schema
Hi @codyc1515 while we work with the connector team on this, you add an expression token to skip the validation as so, which should allow it to save:
Describe the Bug with repro steps
["keyValuePairs"]
- this is the only value I could find that work allow me to Save the Logic App .InvalidTemplate
Unable to process template language expressions in action 'Analyze_PDF_using_AI_with_Invoice_model' inputs at line '0' and column '0': 'Error reading string. Unexpected token: StartArray. Path 'queries.features'.'.
This was working before in the Legacy Designer with the exact same values.
What type of Logic App Is this happening in?
Standard (Portal)
Which operating system are you using?
Windows
Are you using new designer or old designer
New Designer
Did you refer to the TSG before filing this issue? https://aka.ms/lauxtsg
Yes
Workflow JSON
Screenshots or Videos
Before
This validates okay in the old designer.
After
The same does not in the new designer.
Browser
Edge
Additional context
No response