Sending data across pages for the same thing

Hi,

In my registration, Users create ‘things’ called Companies (which have a ton of fields). I want the user to fill out values of Companies they create but on a separate page. Currently, a user creates a company as below.

On the next page, I have more fields for the user to complete which corresponds to the company he created in the previous page. However, I can’t seem to call upon the company that was created on the previous page. I understand I can send data through the URL but I can’t seem to get the key system to work.

This is what Im trying to get them to fill out on the next page

Hey Alex :slight_smile: To do this, you can set the Type of Content of the register_company_2 page to be “Company”.

Then in the third action of your first screenshot (“Go to page register_company_2”) the data to send is “Result of Step 1: Create a New Company”. This will ‘send’ the Company Thing from the first page to the second page.

The workflows on the second page would then modify the Company by using: Data → Make Changes to a Thing → Thing to Change: Current Page Company.

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.