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.
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.