How to Restrict the data entry only in the order of Enum created for certain column

Hi,

I Have created an app where the name of the item for which data is to be entered is in enum. Want to restrict the data entry in the order of enum first value first. Only after the entry of data pertaining to first value in the enum should complete then only the app should permit the data entry for another value in enum.

1 3 164
  • UX
3 REPLIES 3

Try a show_if value in the second column of:

ISBLANK([First Column])

Simon@1minManager.com

The app should allow the entry of data pertaining to enum values only if data pertaining to predecessor value in enum is completed

Ok, do that above and then set the first column to be required

Top Labels in this Space