Actions for composite jig

Hi,

I am experimenting with composite jigxs so I can start creating reusable components.
I am trying to save the data on the mainform using action.submit-form, but it is throwing an error stating expression is not valid.

Should this be possible? or the only way to save data in a composite Jig by using action.execute-entity?

Thanks,
Adam

Hi Adam,

action.submit-form requires a formId as part of the configuration. Looking at the schema formId can only take text and does not allow an expression, that is the reason why you see the validation error. The best would be to make use of action.execute-entity.

I will log this as feedback on our end.

1 Like