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
Hello !
It works, thank you very much @gabibalaban ! I had really done everything, formulas etc.... When it was so simple!
@Imade ,
Try to put on the OnVisible property of the DetailsScreen:
Select(ContactButton)
where ContactButton is the name of your button control.
Hope it helps !
Doh, you're right, I thought you could execute a button I just couldn't remember. Edited mine out. Gabibalaban has the solution :).
WarrenBelz
146,743
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
66,079
Most Valuable Professional