I am trying to save a users ID, save in a variable, to a SharePoint list. I have numerous methods and it simply does not save. I have the following:
SharePoint column -
PowerApp
For the patch statement, I have tried:
Patch(
List name,
{EmpId: gloThisUserId}
)
I have also tried adding a label populated with the gloThisUserId and modifying Patch to:
Patch(
List name,
{EmpId: Label1.Text}
)
The only why it has worked is when I hard coded the text:
Patch(
List name,
{EmpId: "123456"}
)
Any idea why it won't patch the variable value? Or label text? Ahhhh - please help! Seems so simple but I cannot figure this one out.
Raising this to the top - hoping for a resolution. I have an app I need to release for testing by next week and this is a critical piece. Any ideas how to resolve.
Any thoughts on this one -- I really need a solution.
Thanks!
Wow! It just started working eh? Ugh! Those are the toughest!
Check out new user group experience and if you are a leader please create your group
Did you miss the call?? Check out the Power Apps Community Call here!
See the latest Power Apps innovations, updates, and demos from the Microsoft Business Applications Launch Event.
User | Count |
---|---|
257 | |
239 | |
83 | |
36 | |
27 |
User | Count |
---|---|
308 | |
268 | |
121 | |
69 | |
46 |