In my app, I have 2 things, a company and a sell order form. Users who see their company already on the app can create a sell order form for that company.
Currently, users arrive to this page where they can see if their company is registered (this is on the dropdown).
I have sent the company name via a parameter as you cant seem to send info via dropdown selections.
The next page is the sell order form of that company.
When a user hits submit now, the workflow is such that a new thing is created. However, I am having issues as I want to make a sell order for this specific company but I cant add it to its company field as seen below.
You should send the company to the new page as the thing, not as plain text. Then catch the company in a group on the page or some input somewhere and then grab the company from that (hidden) group.