Hi All,
I've built a simple automation flow that from a form it fills the answers in a SharePoint list.
However I've just stumbled in the 255 limit. Reading online I've found that changing the column format in SharePoint to Single line of text to Multiple line of text should solve the issue, however I'm keeping having the same issue:
The 'inputs.parameters' of workflow operation 'Create_item' of type 'OpenApiConnection' is not valid. Error details: The API operation 'PostItem' requires the property 'item/SubscriptionID' to be a string of maximum length '255' but is of length '2578'.
How can I bypass this? Multiple line ox text should not have the 255 char limit
Thanks
Carlo