Hello,
In the below flow, I have it set that when an item is created, the item is updated with a custom Contract Reference.
The next action, grabs that reference and creates a folder in a document library with the same name.
The next action is supposed to go back to the item and write the folder location URL path to the "Document Folder" column.
However, when the flow is run, it fails on the second "Update item" action and results in the following error.
* Note, the custom reference number is written to the list item and the folder is correctly created in the document library.
OpenApiOperationParameterTypeConversionFailed. The 'inputs.parameters' of workflow operation 'Update_item' of type 'OpenApiConnection' is not valid. Error details: Input parameter 'item/DocumentFolder' is required to be of type 'String/uri'. The runtime value '"Contract Documents/"' to be converted doesn't have the expected format 'String/uri'.