So hopefully I'm just missing something obvious here and it's an easy ask:
I want to patch a collection using data that's already in the collection - kind of like an append-to function for a specific field so;
ForAll(Collection1, Patch(Collection2, Record, {datafield: datafield & "more data"}))
I can't seem to access what's currently there inside the Patch statement for that field - it just says "invalid name".
Am I going about this all wrong?
Kind regards,
Russel
Solved! Go to Solution.
Nevermind - found it
ForAll(Collection1, Patch(Collection2, Record, {datafield: LookUp(Collection2, condition).datafield & "more data"}))
Nevermind - found it
ForAll(Collection1, Patch(Collection2, Record, {datafield: LookUp(Collection2, condition).datafield & "more data"}))
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 |
---|---|
199 | |
71 | |
51 | |
42 | |
30 |
User | Count |
---|---|
268 | |
119 | |
94 | |
90 | |
81 |