Hi everyone.
Please I am trying to implement sending data from page 1 to page 2. The Data from page one is entered from an input form and stored in DB with data-type “Event”. How do I send this data from page 1 to page 2, assuming I clicked an “Approve” button on page 1.
I click “show details” button on each thing on page 1 and a pop-up shows, it’s on this pop-up that I have the “Approve” button.
The most basic way to send data / thing to a different page would be to use the “Go To Page” action and attach the thing in the data to send
field
In your Approve Button, you could add a workflow to create the event
first followed by a Go To Page action and attach the event
in the Data To Send field. It should look like “result of step 1”
There are also other ways to send a thing to a different page like using URL parameters or URL path segments.
Hope this helps
yes it does help, but i used url parameters because i am sending multiple parameters.
If I use “result of step 1”, i will only be able to send just one parameter at a time.
Also an additional question is: when i see a “Parent’s group thing” and clicking it, it just shows an empty space like what a data can be inputted, i expected that “Parent’s group thing” will be "Parent’s group-[data-type]’