Hi,
I want my users to run a “check” and see the results instantly. So the workflow is as this:
- user is not logged in (the form is on a public page for non-logged in users)
- user fills out 3 fields (in a form component probably).
- A pipe is run
- The results is shown in the same form component(!) as a pipe result? The results contain a number field and a text field.
How can I achieve that, since the form component can only add records?