Hi all,
I can’t seem to figure this out. I can’t seem to get data with a specific slug to show.
A User of my app can create a form to send out to people, when they create this form it creates the form with a slug of the users business name. For example the user of app creates a form and the slug is /xyzbussinesname-1 then they create another it is /xyzbusinesname-2 and so on.
When the form is filled out it creates a data type with a slug from the forms url so form /xyzbusiness-1 when filled out the data set will have a slug of /xyzbusiness-1
I now want the user of the app to be able to view their forms filled out by people. I have tried creating a repeating group with the data source of slug contains current users business name which I thought would work but doesn’t seem to.
Struggled to explain that but anyone have any ideas?