Can a Collection mode Card linked to a Table point to three or more non-identical Forms?

Hi,
I use a large table to store similar items that differ in type and content. All items share a single Glide table with a unique layout displayed in Card mode.

The collection action of this component have many action triggers(New, edit; more, Case1, Case2, Case3 at Collection items Action) to be able to edit/modify filtered by an stored value.


When you push over row Action “Case1” an new forms open (Edit, Case1, Case2, Case3) BUT always the same FORM.
We need open for the same Collection not the same “Form or show Edit” because the items not store the same values.

1 GlideTable. >1 Layout with Collection(Card). Action -->Form1, Form2, Form3
Show new form is always pointing to the same form

Some workaround?

You would probably need to create a workflow action with conditions to show the correct form based on some kind of column value in the collection table.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.