I have seen many tutorials on this "easy 3 step process" but none of them are every dynamic. Is there a way to dynamically get the id of the form submission that triggered that flow run? Everyone just puts 1 into it then shows 1 example and is done. The issue is that when I do that it just keeps adding that row over and over even though it was submitted by another flow id. The id is static at 1 and I need dynamic. Any ideas on this? Thank in advance!
Hey, maybe you can expand a little more on the question. I'm making some assumptions so, if your flow is triggered when a form is submitted and this form is creating a SharePoint item on a different flow, you need to match information from the form to the SharePoint item, by doing a get item then adding filters accordingly, that will get you your ID that you can then use to write back. Hopefully that answers your question if I understood it right.
Please mark this as a solution if it solved your problem.