Please help!

In a form, I have a column that is of enum type. The values are Single user, Multiple user, and Multiple users with different access permissions. I then have a number type column to capture how many users there are. Is there a way to set the number column’s value based on the dropdown’s value? E.g, If Enum Column = Single user, Force number column to equal 1?

0 1 101
1 REPLY 1

Hello,

You can accomplish this using

  1. an action that sets user count to 1

  2. a workflow that triggers that action on single user rows when they’re added or edited

You might also want to hide the input for user count if the type is set to single user. You can do that like this:


Top Labels in this Space