I was wondering to know if I could make required some fields only when I’m triggering an action,
Example: I have three actions in my AppSheet
When I click Open, I want the job_id required.
But my cancel button cannot make require the job_id
I tried using context and the new value for the status as required_if of my job_id field
and(in([status],list(“Open”)), CONTEXT(“ViewType”) = “Detail”)
But even using [_thisrow].[status], AppSheet didn’t understand the new status I’m assigning inside the action
Does anyone ever face this?


