Check aprobacion

I want to do if i check aprobacion then in status get Aprobada, anyone have any idea?

image

Hi @Gabriel_Luezas! A switchif formula should do the trick here. Something like this should work:
SwitchIf(thisRow.[Aprobacion]=true, “Aprobada”, “” )

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.