Hi @apirez ,
I am not able to reproduce this issue, nor to find any relevant information on the web. Maybe you should try and disambiguate on all the three Patch functions:
1. Set variables OnSelect of the respective Gallery:
Set(varProjectNew, ThisItem)
Set(varProjectClosed, ThisItem)
Set(varCCMapping,ThisItem)
2: Patch formulas:
Patch([@'New Project Request_1'], varProjectNew, {Status:{Value:"5-Cancelled"}})
Patch([@'CC Mapping'], varCCMapping, {Status:{Value:"5-Cancelled"}})
Patch([@'Project Close'], varProjectClose, {Status:{Value:"5-Cancelled"}})
Hope this works.
Best regards,
Community Support Team _ Jeffer Ni
If this post helps, then please consider Accept it as the solution to help the other members find it.