I have a dataverse table with a URL column, which was originally created with the Maximum character count set to the default of 100. After getting errors, I increased this to 500 characters, but I'm still getting the errors in the PowerAutomate flow which creates items:
The 'inputs.parameters' of workflow operation 'Add_a_new_row_-_movement' of type 'OpenApiConnection' is not valid. Error details: The API operation 'CreateRecord' requires the property 'item/abloads_outwardmap' to be a string of maximum length '100' but is of length '299'.
This is how the column is set up:

I've tried publishing all customisations in the solution containing both the flow and the table.
Any suggestions welcome. Thank you.