I want to do if i check aprobacion then in status get Aprobada, anyone have any idea?
Hi @Gabriel_Luezas! A switchif formula should do the trick here. Something like this should work:
SwitchIf(thisRow.[Aprobacion]=true, “Aprobada”, “” )
I want to do if i check aprobacion then in status get Aprobada, anyone have any idea?
Hi @Gabriel_Luezas! A switchif formula should do the trick here. Something like this should work:
SwitchIf(thisRow.[Aprobacion]=true, “Aprobada”, “” )