Using URL Parameters on Public Page create a new thing

I’m creating an anonymous survey where the survey respondent will not be a user. Each user will be a company and the company will have privacy rules applied so they will be able to see the unique id (not bubble unique id, custom text field) of survey responses, but not be able to see who said what.

This is important for completion statistics and reporting.

The problem I am facing is that when the submit workflow triggers, the fields Associated Survey & Associated Contact ID fields (which are both separate data sets) appear blank. I am using the get data from url to grab the parameters but they are not passing through.

I know I’m missing something but it’s been 3 days and I’m still stuck.

Happy to provide any necessary info, I’m a bit new to bubble so I am likely not asking the right questions or using the correct terminology.

Thanks in advance!




image

These appear not Bubble IDs. When you set the type of things you will get from URL params to be a Bubble data type, it should be a proper ID of that type (which is usually in the format 1111111111x222222222, something like that). So, you should get these as text or number and do whatever you want with them later on.