Hi, I have a flow where when a sharepoint list item is created a word document is updated with the details from the item. I am getting the below error:
The 'inputs.parameters' of workflow operation 'Update_file_properties' of type 'OpenApiConnection' is not valid. Error details: The API operation 'PatchFileItem' requires the property 'item/QuoteNumber' to be a string of maximum length '15' but is of length '16'.
First, I went to the sharepoint list and changed the column settings to make the maximum number of characters = 20. When that didn't fix the problem I then went into the flow and reloaded the trigger output "QuoteNumber" in the 'update file properties' action. Now I'm not sure where else I can look to change the max length. It must be stuck at 15 somewhere still.
Thanks,