Applies to Product - Power Automate
What’s happening?
The customer encountered an error when attempting to use the "Order By" field in the "List rows present in a table" action, resulting in a syntax error when multiple expressions were specified.
Reason:
The investigation confirmed that multiple expressions cannot be set in the "Order By" field of the "List rows present in a table" action.
Resolution:
- Confirm that only a single expression is used in the "Order By" field. For example, instead of specifying multiple conditions like "orderby=age asc, name asc," use a single condition such as "orderby=age asc."
