combined formula

Hello,

is it possible to do this combined formula in Appsheet

If value of [column A] in x table
Matches with the (login email) of App in user table.
THEN >> do certain action or show an element.

► Example

If mike is logged in (Name is mike and email is mike@ gmail.com)

Formula like this:

If [column] = “Mike” in first table && login email of mike is mike@gmail.com in user table.

then condition is true.

You mean AND()? https://help.appsheet.com/en/articles/2347624-and

Where are you wanting to put this expression?

2 Likes

@Marc_Dillon

Thank you for the link. I will see if it works

1 Like