Ok, so I am trying to update a list multi-value lookup column.
I get the item from the list I want to update
I get the values in the column and append them to a string
On the update I assign the string of IDs
The Item Id is being put in the multi-value lookup fields.
Output does not allow me to see what is being put in the variable
Can anyone lend a hand
Hello @DarinRichards ,
your variable only gets one string per loop from the select action. If your action 'Select Campaign Id' returns more then one value, or the CampaignID coloumn holds more then one string you should append all values to the variable(CampaignID) the outputs from 'Select Campaign Id'.
You achieve this with an apply to each. Output would be the outputs from your action 'Select Campaign Id' value is the name of the loop (= items('Loopname').
Hope this helps.
User | Count |
---|---|
92 | |
45 | |
21 | |
18 | |
16 |
User | Count |
---|---|
136 | |
49 | |
42 | |
36 | |
28 |