Simple checkbox help

Hey guys I am pretty new to coding and am trying to figure this out to automate some functions. I am trying to get the “Delivered” checkbox to check if the “Status” is true. And not to check if the status is false. Not sure what I am doing wrong, but it is not checking anything.

I tried [If(thisRow.Status=“true”,“true”, “false”)] but that does not check anything.
I tried [If(thisRow.Status=“true”,“true”, “true”)] but that checks everything.

Any help would be appreciated! Thank you!!

Screenshot 000784

hi @anon17127992 , welcome to the community
we often write as we speak, if this than that, but in this scenario this logica is already present in the functions itself, below how I would do it:

Cheers, Christiaan

1 Like

Amazing! Thank you so much. Didn’t know it was so simple, glanced right over it haha.

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