I want to get the formatted value of a dataverse choice column in a power automate Select action, I am using the code below:
items()?['[email protected]']
I am having this error:
Flow save failed with code 'InvalidTemplate' and message 'The template validation failed: 'The template action 'Select' at line '1' and column '8339' is not valid: "The template language function 'items' must have at least one parameter.".'.'.Upgrade
Any suggestion will be appreciated