Hi
I am unable to patch collection on OnSuccess.
Patch('Stationery Order Request',Defaults('Stationery Order Request'),{Title:User().FullName,Description:ForAll(ShoppingCart,ItemDescription)})
Can you please assist?
Thank you
Solved! Go to Solution.
Hi @MiteshGovan ,
There is an incorrect usage of ForAll, please use Concat instead like this:
Patch('Stationery Order Request',Defaults('Stationery Order Request'),{Title:User().FullName,Description:Concat(ShoppingCart,ItemDescription&";")})
Hi @MiteshGovan again 😊,
Please don't forget to mark as solved if my solution meets your expectation.
Hi @MiteshGovan ,
There is an incorrect usage of ForAll, please use Concat instead like this:
Patch('Stationery Order Request',Defaults('Stationery Order Request'),{Title:User().FullName,Description:Concat(ShoppingCart,ItemDescription&";")})
Hi @MiteshGovan again 😊,
Please don't forget to mark as solved if my solution meets your expectation.
Thank you
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 |
---|---|
251 | |
251 | |
84 | |
36 | |
32 |
User | Count |
---|---|
337 | |
260 | |
122 | |
72 | |
45 |