Hi,
Please help me with the below issue.
I do have a Canvas form, with the data base in SP.
Its purpose is to submit items that need to pass thourgh an approval flow.
One of the forms needs to open the coresponding SP Item, therfoe I need to find out the correct link to send.
I have inserted the below formula on StartScreen for App :

To find out the correct link that is opening the EditBB form :
https://apps.powerapps.com/play/e/default-.......?tenantId&screenname=BB - this is opening the corect form ( EditBB form)
Now, to insert also the coresponding SP Item I tried to insert one more one condition into the URL like :
https://apps.powerapps.com/play/e/default............?tenantId&screenname=BB&ID=130
But something is not oki because, the second link is redirecting to the Home form instead of EdirBB & coresponding SP Item.
Do you help me to insert both conditions (open EditBB & open the coresponding ID item from SP) into the URL link and to make the link to work fine ?
Thank you !
Carmen