Announcements
UpdateContext({VarData: LookUp(svc_PowerApps.Status; Sk = varSk)})
UpdateContext({ VarData: LookUp(svc_PowerApps.Status, Sk = varSk).YourColumnName })
,
;
UpdateContext({VarData: LookUp(svc_PowerApps.Status, Sk = varSk)})
Connection or Gateway Issue: The Power Apps connector to your MySQL database might be misconfigured, offline, or the on-premises data gateway (if used) is not running or reachable.
Service or Table Name Issue: The data source name svc_PowerApps.Status might be incorrect or the table Status is not accessible or does not exist in the MySQL database.
svc_PowerApps.Status
Status
This happens because UpdateContext() sometimes it struggles with storing records coming from external connectors like MySQL.
UpdateContext()
Even though your LookUp() work is on its own, wrapping it in UpdateContext() can cause a null or connection error due to how the data is evaluated.
LookUp()
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.
Jump in, show your community spirit, and win prizes!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Valantis 424
WarrenBelz 355 Most Valuable Professional
11manish 290