Hello Team,
I need some help with my canvapps.
I would like to open the form line from the sharepoint directly from the PowerApps application created with its ID.
for that I have added in the "StartScreen" and "OnStart" this value :
StartScreen:
If(
!IsBlank(Param("ID"));
DetailsScreen;
HomeScreen
)
OnStart:
Set(
varID;
LookUp(
'Go no Go';
ID = Value(Param("ID"))
)
The json button is active on the list SharePoint and give me the right line but.
But with as the fields depends on button in the visible setting I have to manually press the button to display the content.
Do you know how to make a button automatically activated when opening the line in my list?
With a manual click in the button "Contact"
When i open the line of my list without any click ...
No button activate
Could you please help me with my issue 🙂
Thank you in advance
Regards,
Imade