Hello Power Appers,
I Just start using flows in my apps,
That said I have a few question I have not found an answer to, and or fix for.
I have a Flow that Collects Variables from a PowerApp button. The flow creates a Sharepoint item based on the variables sent from power apps, and then passes that Items ID back to Power apps. I want to use this Variable to patch some other list but it seems that every time I do so it reruns the Flow and creates more of the original item
The code looks as such .


It seems like every time I use the CopyItemID variable, It creates an new item in the original list. Like it is running the flow every time I use the variable. Is there a way to use this variable without it running the flow again?