Dear community,
I am struggling to make below thing to work. I am calling a power automate on visible of the screen.
Run(Value(SharePointIntegration.SelectedListItemID)).response)
which is giving the last opened item in list. whereas i need current item id to pass to the flow. This then caches the data for other items.
I then changed the approach and used ID card value
Run(Value(DataCardValue8.Text)).response)
ItemID 0 is being passed.
And Error is Item Does not exist (obvious as no item has ID 0)
Flow.Run failed: { "error": { "code": 502, "source": "europe-001.azure-apim.net", "clientRequestId": "b6ab38ba-9eb0-4dc0-b33e-47bda6e9ed04", "message": "BadGateway", "innerError": { "error": { "code": "NoResponse", "message": "The server did not receive a response from an upstream server. Request tracking id '08585173556709637766979509432CU203'." } } } }