Hi again,
I hope this little example helps: The flow works this way:
- the data is entered into Forms in different tabs
- each data changed in copied into the Data Share (and also presented in a summary Form but this is not a must for the scenario)
- a button press is triggering the service execution - the exec_service event, so the data is passed from the Data Share to the service.
In the Layout Board - set the control action to copy data to the Data Share:
The execution of the event by the button. Note the we listen on the link to the event *exec_service, as this is a "global event listening": The event not coming from the source element of the link.
Hope this helps,
Thanks,
Udi