web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Powerapp deep link stu...
Power Apps
Unanswered

Powerapp deep link stuck at getting your data

(0) ShareShare
ReportReport
Posted on by

Hi,


I have two deep link on my app, the first one with param"ID" works perfectly fine, but the other one with param"AknID" stuck at getiing your data when i open the link.

weeny99_0-1687225769735.png

this is my url with deeplink


This is my onstart property code:

If(
!IsBlank(Param("ID")),
Set(
varItem,
LookUp(
PettyCashFund,
ID = Value(Param("ID"))
)
);
Set(
varFormMode,
FormMode.Edit
)
);
If(
!IsBlank(Param("AknID")),
Set(
varItem,
LookUp(
PettyCashFund,
ID = Value(Param("AkknID"))
)
);
Set(
varFormMode,
FormMode.Edit
)
)


and this is my startscreen property code:
If(
!IsBlank(Param("ID")) && (LookUp(
PettyCashFund,
ID = Value(Param("ID"))
).'Country/Site Finance Manager'.Email = Office365Users.MyProfile().Mail || LookUp(
PettyCashFund,
ID = Value(Param("ID"))
).'Regional Controller'.Email = Office365Users.MyProfile().Mail),
CashFundCreationForm,
If(
!IsBlank(Param("AknID")) && (LookUp(
'Acknowledgement List',
ID = Value(Param("AknID"))
).'Created By'.Email = Office365Users.MyProfile().Mail),
AcknowledgmentForm,
HomeScreen
)
)

This is my form defaultmode and item property:

weeny99_2-1687226008288.png


For the email I received with deep link,
the id is correct 

weeny99_3-1687226056577.png


Appreciate if anyone can help mew to solve this problem, thanks.



Categories:
I have the same question (0)
  • Verified answer
    Community Power Platform Member Profile Picture
    on at

    Hi, my wording is wrong, it should be AknID instead of AkknID, the problem is solved now, thanks

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 717 Most Valuable Professional

#2
Michael E. Gernaey Profile Picture

Michael E. Gernaey 329 Super User 2025 Season 2

#3
Power Platform 1919 Profile Picture

Power Platform 1919 268

Last 30 days Overall leaderboard