Hi All,
i have a flow create an entry in a list from another list using input form (selected item)
Information passed from list 1 to 2 successfully but having issue with the choice values and this will impact PBI dashboard.
See below the entry comes in with " " and
the colour values are when the user selects them manually from list 2.
i need the " values to reflect manual selection.
i have tried a compose and item expression but no joy.
Appreciate the support
Solved! Go to Solution.
Hi @egornua1
Thanks for the screenshare. So the fix we applied is we need to iterate this a loop to get each value. Then format the value (see below) and append to an array for the multichoice update.
{
"Value": "item()"
}
Thanks
If you liked my response, please consider giving it a thumbs up
Proud to be a Flownaut!
Learn more from my blogHey,
I usually use the Select Data Operations Action to copy multi-select choice & person fields...
Like this:
It will then create the new items and the multiple-choice fields will be set correctly:
cheers
@Caspar_Rubin - Thank you.
Problem is it doesn't allow me to select value from the "From a selected file" trigger.
The choice value i need is within that trigger form, it doesn't reside in list 1
Any other suggestions appreciated. cheers
@Caspar_Rubin - Thank you.
Problem is it doesn't allow me to select value from the "From a selected file" trigger.
The choice value i need is within that trigger form, it doesn't reside in list 1
Any other suggestions appreciated. cheers
Hi All,
how would i get the choice values, given they are only in the input in the for a selected item trigger.
thank you
Hi @egornua1
Thanks for the screenshare. So the fix we applied is we need to iterate this a loop to get each value. Then format the value (see below) and append to an array for the multichoice update.
{
"Value": "item()"
}
Thanks
If you liked my response, please consider giving it a thumbs up
Proud to be a Flownaut!
Learn more from my blogUser | Count |
---|---|
85 | |
38 | |
23 | |
20 | |
16 |
User | Count |
---|---|
127 | |
48 | |
46 | |
27 | |
25 |