Hello
I am trying to copy all the records from one Excel table called Questions into another Excel Table called Items. The Questions table contains the template questions. The items table contains the Item set ID and a few other fields like 'response' that are completed at run time. I believe this is the right code to use, but it does not work.
ForAll(Questions, Patch(
Items,
Defaults(Items),
{ID: 1004},
{Item: Questions.Question},
{Ref: Questions.Ref}))
Verification says the function patch has dome invalid arguments, and that Ref and Items do not match the expected type for text. Found Type Table
Help Please!
Solved! Go to Solution.
ForAll(Questions, Patch(Items,
{ID: 1004},
{Item: Questions.Question},
{Ref: Questions.Ref}))
ForAll(Questions, Patch(Items,
{ID: 1004},
{Item: Questions.Question},
{Ref: Questions.Ref}))
Thank you, that helped me fix it
can you accept it as solution or give it a thumps up it it helped in resolving the issue
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 |
---|---|
267 | |
223 | |
76 | |
38 | |
37 |
User | Count |
---|---|
338 | |
224 | |
121 | |
71 | |
57 |