I am pulling values from rows in Excel and trying to run the trim function on the values to make sure it is correct but I keep getting the error of:
"InvalidTemplate. Unable to process template language expressions in action 'Compose_2' inputs at line '1' and column '2202': 'The provided parameters for template language function 'trim' are not valid.'."
My trim expression is: trim(body('List_rows_present_in_a_table')?['value'])
Any help would be greatly appreciated.
Solved! Go to Solution.
Hello @bsmith736464
Insid the compose action, you should insert an expression like the following:
trim(items('Apply_to_each')?['Title'])
Hello @bsmith736464
Insid the compose action, you should insert an expression like the following:
trim(items('Apply_to_each')?['Title'])
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
30 | |
29 | |
29 | |
21 | |
11 |