Hello, I am trying to create two different f...

Hello,

I am trying to create two different forms views coming from the same table. This table contains user details (name, email, phone number, current event, and checkin status).

I am trying to create one form view where a user can fill in their status, if they want to checkin to an event by selecting yes/no.

The second form view will be where a user can update their name, phone number, etc.

Any thoughts on how to go about doing this or how to structure my data table? As always, many thanks!

0 4 350
  • UX
4 REPLIES 4

You can create 2 different slices with the required data, then create 2 form views referencing to those slices, and finally create 2 action buttons to call the forms using LINKTOFORM OR LINKTOROW

@Fernando_Lopez

thanks! Can I also apply security to slices?

Yes

To clarify @Fernando_Lopezโ€™s assertion: security filters are applied to tables, not slices. You can apply security filters to the table used by the slices, but not to the slices themselves.

Top Labels in this Space