Dear Power Apps Community,
i am programming an App for requesting and accepting/rejected Items.
This App is connected to a sharepoint list.
This App contains an Editform to edit rejected items.
A Button then submits a flow for the request.
I am now looking for the right "OnSelect" propertie for that Button.
For new items i was using this:
SubmitForm(EditMenuForm);
Bestellfreigabe_1.Run(Last(Bestellfreigabe).ID)
Bestellfreigabe_1 being the flow and Bestellfreigabe the sharepoint list
The "Last" command doesnt work for rejected items, as they may be no longer on the bottom of the list.
Do you know, how to adress the current sharepoint item for the code?
Thanks in advance
Sincerley
grandepaci