Hello Guys,
May I inquire the below reason and fix for the below message in Power Automate:
Unable to process template language expressions in action 'la_lang_3' inputs at line '1' and column '2892': 'The template language function 'uriComponent' was invoked with invalid parameters. The parameter at index '0' cannot be converted to URI component.'.
I am using Compose, with expression uriComponent(variables('INCLUDED EMAILS') where 'INCLUDED EMAILS' are bunch of emails and I want it to be in a single line, so I converted it first to uriComponent but got failed.
@ELL I reckon for this issue please create a service request with Microsoft Support team. Please provide the Flow url and run id so that support team product team can check the telemetry from the back-end
I'm working on replacing characters in a tab delimited text file, and found the string length max to be somewhere between 50 and 75k before the uriComponent() function would throw this error. So now I'm looping through, and encoding the file content in 50k character chunks and then gluing them back together ;)... hopefully that works out.
User | Count |
---|---|
78 | |
55 | |
52 | |
42 | |
42 |
User | Count |
---|---|
81 | |
79 | |
75 | |
67 | |
43 |