Dear all,
my Usecase and Problem is the following:
I have a collection in Power Apps with values. I chain these values with the concat command to get a string that I can use as a Where Filter in Power Automate. Variable out of Power Apps:
Problem:
The variable is displayed correctly in the overview in Power Automate, but the unformatted display contains exit characters that SAP does not accept.
Formatted output:
unformatted output (with Exitcharacters):
Error Massage: The calculated length of the value for the field exceeds the allowed value length.
Important hint:
If I copy the string directly out of the Power App, copy the Where Filter directly into it, and enclose with [], the flow will run through and return the correct data to me. But the copied string does not contain escape characters either.
What am I doing wrong? I've tried attaching the string to an array before, but it also doesn't work because the exit characters remain.