I have a flow that updates a dataverse table.
I get this error :
"
The 'inputs.parameters' of workflow operation 'Update_a_row' of type 'OpenApiConnection' is not valid. Error details: The API operation 'UpdateRecord' requires the property 'item/crf35_saljuppsag_tjanstavtal' to be a string of maximum length '100' but is of length '107'.
"
It is clear that the amount of characthers is to many for that column in the table.
But if i go to the dataverse table and look at the column "crf35_saljuppsag_tjanstavtal"

in the column settings i see this:

I have tried to update the value. Save and update the flow. But nothing works. It refuse to accept that it should save more than 100.
What can i do?