Hi
I have a gallery table format and i would like when select the button inside each to set is own variables example on my first button New when click to set ResetForm(FormCheckEdit); Set(varFormMode,FormMode.New) and second button to Set(varFormMode,FormMode.Edit) here is the formula table item property of my gallery and screenshot.
Table(
{
ID: 1,
Label: "New",
Icon: Icon.Add
},
{
ID: 2,
Label: "Edit",
Icon: Icon.Edit
},
{
ID: 3,
Label: "Save",
Icon: Icon.Save
},
{
ID: 4,
Label: "Delete",
Icon: Icon.Trash
},
{
ID: 5,
Label: "Cancel",
Icon: Icon.Cancel
}
)

Thank you