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
User | Count |
---|---|
184 | |
124 | |
89 | |
45 | |
43 |
User | Count |
---|---|
262 | |
160 | |
128 | |
81 | |
75 |