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?