Hi, I'm using this https://docs.microsoft.com/en-us/connectors/flowmanagement/#create-flow
connector and with some tweaking i works fine for a adding a button in the ribbon to a list.
When following the same protocol for adding a flow with the trigger 'when an item is created or modified', an error comes up .
--"Flow save failed with code 'WorkflowTriggerInputsPropertyInvalid' and message 'The 'inputs' of workflow run trigger 'When_an_item_is_created_or_modified' of type 'OpenApiConnection' should not have the property 'authentication'."--
This is pointing add the flow that is to be added. When adding or deleting more connectors this error remains giving the idea that it is not happy with any connector.
Peeking in the code of the connector one can see confirmed that we have a property 'authentication'.
I have spend many hours with many variants trying to get an analysis but figure it out or make it work.
Anyone with an idea or solution? Are there restriction to this 'create flow' connector? (as in it won't work for this type of trigger??)
The official documentation gives no information or examples.
Thanks in advance.
Arnold
PeekCode in ChildFlow
The Connector with error message
The MotherFlow
The Child Flow (has only a trigger and 1 step)Hi,