If(
!IsBlank(Param("ID")),
Set(
gblRecord,
LookUp(
SPList,
ID = Value(Param("ID"))
)
)
)
Set(
gblRecord,
ThisItem
);
Navigate(YourFormScreen)
LookUp(
SPList,
ID = gblRecord.ID
)
If(
Param("DeepLink") = "DocRepos",
srnDocumentRepositoryCreator,
YourHomeScreen
)
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.