Buttons based on conditions

I have two actions clock in and clock out, and I need to get clock in button when the clock out value is filled and only clock out if the clock in filled with a value. What need to be the condition for the action?

0 1 57
1 REPLY 1

Questions like this should be posted in the Q&A board, where they're more likely to be seen by someone who can provide an answer and won't confuse anyone reviewing this Tips board for the type of content it's intended for. I suggested to moderators that they move the post.


@Nani wrote:

I need to get clock in button when the clock out value is filled


ISNOTBLANK([clock out])

@Nani wrote:

clock out if the clock in filled with a value


ISNOTBLANK([clock in])
Top Labels in this Space