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

Announcements

News and Announcements icon
Community site session details

Community site session details

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

Powerapp deep link stuck at getting your data

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

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
    Microsoft Employee 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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 337 Most Valuable Professional

#2
11manish Profile Picture

11manish 173

#3
Valantis Profile Picture

Valantis 86

Last 30 days Overall leaderboard