Help with getting most recent enum value from Google Sheet

Whenever new material comes in, my google sheet column get updated but the same value is not reflecting in appsheet “Enum”. Every time, i need to regenerate the column to get the new values. How to make appsheet get the latest “enum” values from sheet without regenerating every time.

Solved Solved
0 3 486
1 ACCEPTED SOLUTION

You could read them with a Valid If option like… TableName[ColumnName]

View solution in original post

3 REPLIES 3

You could read them with a Valid If option like… TableName[ColumnName]

Thanks @Aleksi. Its solved.

Excellent!

Top Labels in this Space