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!
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
User | Count |
---|---|
193 | |
70 | |
49 | |
48 | |
20 |
User | Count |
---|---|
249 | |
127 | |
84 | |
76 | |
74 |