IF condition

I have written an IF expression and when I click on โ€˜Testโ€™, I get the expected result. But the same result doesnโ€™t get reflected in the app screen.

Please help!

0 5 552
5 REPLIES 5

Please share the formula itself, thanks.

Hey. Hereโ€™s my formula โ€“

IF(IN(USEREMAIL(),TN_mapping[ASM Email]),LOOKUP(USEREMAIL(),TN_mapping,ASM Email,State),LOOKUP(USEREMAIL(),KA_mapping,ASM Email,State))

Formula explanation -

IF this condition is true:
โ€ฆ(USEREMAIL()) is one of the values in the list (TN_MAPPING[ASM Email])
THEN use the value of:
โ€ฆOne randomly chosen value from this list (
โ€ฆThe list of values of column โ€˜Stateโ€™
โ€ฆfrom rows of table โ€˜TN_mappingโ€™
โ€ฆwhere this condition is true: ((The value of column โ€˜ASM Emailโ€™) is equal to (USEREMAIL())))
ELSE use the value of:
โ€ฆOne randomly chosen value from this list (
โ€ฆThe list of values of column โ€˜Stateโ€™
โ€ฆfrom rows of table โ€˜KA_mappingโ€™
โ€ฆwhere this condition is true: ((The value of column โ€˜ASM Emailโ€™) is equal to (USEREMAIL())))

Are you using an app formula with normal column?

Yes, Iโ€™m using the above condition in โ€˜app formulaโ€™ for a normal tableโ€™s column.

The possible reason is simple. It wonโ€™t recalculate it if you donโ€™t open and save that record. If you create a new record, does it work then?

Top Labels in this Space