Hello,
I want to pass in a parameter from my URL which would be a database Id number. However, when I set the variable using OnStart, it defaults to being text.
I set the variable by doing:
Set(startScreen, Param("ScreenId"));
But then I get errors about a mismatch in datatype. It sets the variable by default to be text, but I need it to be an int.
Many thanks!
Dayna
Solved! Go to Solution.
Hi DaynaLitherland,
You can try
Set(startScreen, Value(Param("ScreenId")))
Haven't tested this, but in theory it should work 🙂
Hope this helps,
RT
Hi DaynaLitherland,
You can try
Set(startScreen, Value(Param("ScreenId")))
Haven't tested this, but in theory it should work 🙂
Hope this helps,
RT
Perfect, as always, a star! Thank you Russel!
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
202 | |
47 | |
43 | |
40 | |
36 |
User | Count |
---|---|
290 | |
82 | |
81 | |
79 | |
71 |