Hello,
I am currently developing a Power Apps application that includes several columns:
EngineeringRequired (Yes/No)
MarketingRequired (Yes/No)
OperationRequired (Yes/No)
QualityRequired (Yes/No)
Additionally, we have corresponding status columns:
EngineeringStatus (Text)
MarketingStatus (Text)
OperationStatus (Text)
QualityStatus (Text)
my Scenario is to patch
all column as set value their value when new request submitted.
but when i came edit that time my patch function need to look
1.is EngineeringRequired column "true" the its look for EngineeringStatus need to "Approved" ,
2.same way MarketingRequired column true MarketingStatus column is "approve",
3.OperationRequired column is "false" then OperationStatus not consider any value ,
4. QualityRequired is true column true then QualityStatus is "Approved",
after validating all column then need to patch
Simple se
Please help in this condition