I am using the default SP list form to collect data. One of the 'required' fields is the Expense Account.
The Expense Account field is a Choice column that allows multiple choices.
My flow is an approval flow with multiple iterations (more the $2500, less than $2500, etc.) in two Scopes.
I am having problems getting consistent behavior out of the Update actions output.
In the image you can see the top and bottom lines of the Expense Account column both have two accounts chosen.
however, they both present differently.
How do I get the output to look like line one.
I can't figure out why one Update action provides the output shown in item one (preferred), and another Update action
like line four.
I have a Compose action.
SP list Expense Account column
The trigger is SP list 'When and item is created'.
Compose -
coalesce(triggerBody()?['Expense_Account'],createArray())
Update Action
outputs('Compose_-_UpdateExpenseAccount')

Report
All responses (
Answers (