@Hardesh15
TLDR; I want compose to take a different SharePoint link that is associated with a different picture instead of keeping the first link that goes through. Currently, compose is only taking the first SharePoint link and not changing. The compose is in a apply to each.
I'll try my best to explain. Let's take an example that you have 2 pictures that you want to move each to a different SharePoint location. You use power apps to take those 2 pictures and a SharePoint link is associated with each picture in the power app. Each picture has its own SharePoint link. I want the flow to be able to move each picture to the location that is attached to the picture.
I'll try to map it out
Picture A has SharePoint link "A"
Picture B has SharePoint link "B"
Flow takes both pictures > Creates folder for Picture A called "A" and then creates folder for Picture B called "B"
Flow then takes SharePoint link from picture A and moves Folder "A" to that SharePoint link. Same with picture "B"
That's basically everything. I have the compose in a apply to each. I figured that the first picture (picture A) will go through the flow and the compose will take the SharePoint link from picture A and move Folder "A" to that location. Then picture B will move through the flow and compose will take picture B's SharePoint link instead of keeping picture A's.
Does this make sense? Let me know where you are confused, and I'll try to reword.