Hello Community,
When an Item is created in SP, I want to update that Item according to the values of the Initialization Variable.
How can I do it?
Do it like this:
In the from I have given output of compose 2.
Item Formula: item()['Name']
And after equals is output of compose 1.
Hey @fgonzalez515
You can do two things for this:
First would be to use filter array action.
And just filter out the project, where name= name1
Then second approach would be to do it with apply to each and condition. Just use apply to each on the array variable. And then match the name to the name you are getting from create item.