Hi All,
I have created a power automate flow that creates new record in one xyz entity of Dataverse table and during creation I am copying notes from different abc entity to this xyz entity.
By mistake, I had created this new field in xyz with length of text field to100 and I have updated the length to 4000 but even after this update, I am facing below error in power automate. How do I resolve this issue?
The 'inputs.parameters' of workflow operation 'Add_a_new_row_2' of type 'OpenApiConnection' is not valid. Error details: The API operation 'CreateRecord' requires the property 'item/xxxxxx_xxnote' to be a string of maximum length '100' but is of length '877'.