Hello all!
I currently have a flow that usually triggers with the Sharepoint trigger "When an item is created or modified". However since that trigger seems to be bugged I'm looking into the possibilty to trigger the flow when the form is submitted. This seems to be the best option since we are already using a custom form for the list.
Now I have the problem that I use a HTTP request after triggering. It fetches the latest 2 Versions of the item created/modified and sees if certain fields have changed. For this I use the Uri "_api/web/lists/getbytitle('Test List')/items(ID OF CURRENT ITEM)/versions?$top=2.
With the Sharepoint trigger I could just simply insert the ID of the current item. How can I achieve this when triggering the flow with the onSuccess action in PowerApps?
Thanks for help 🙂