Hi, I’ve been trying to setup a single page app so people can be given a url which links directly to a cell in a repeating group. I’ve been using this video How to Bubble: Scroll to an item in a Repeating Group - YouTube as guidance but am clearly missing something, can anyone help please? I’m happy to jump on a call and pay for time.
Installed Air Copy to clipboard.
Created a link icon.
Created a Workflow so that when someone clicks on it it copies the unique id of the parent group to clipboard so that you have https://domain.com/parentgroupsuniqueid
Install Index finder. ‘When Page is loaded’ set to Find Index(Backend) and complete Data Type, list of things from the repeating group list and the thing to find is search with a constraint of the unique id:last item.
Scroll to entry, rewult of step 1.
When I click the link icon it copies the url in the correct format to clipboard, however I just get a 404 page. I think I’m supposed to do something with custom states to show the groups but don’t know what that would look like?
Hi @john6,
Thank you for reaching out, and for the detailed description.
Can you please tell us if you test your app in different browsers? Firefox and Internet Explorer browsers do not support pasting from clipboards, which means the Air Copy to clipboard Plugin will not work if you are using these browsers.
If it’s not working in any browser, please add our Support Team email to the list of collaborators to your application and provide a link to your app? This will allow us to check your settings and inspect your app using the debugger and try to find what is missing.
To add our Support Team as a collaborator, you need to do the following steps in the Bubble Editor:
Settings > Collaboration > Add email [email protected]
Note: avoid the warning message regarding the plan, as we are an agency and you can easily add us to your collaborators.
Looking forward to your reply.
Regards,
Zeroqode Support Team.
As far as i have understood your problem i think the following could be your solution.
You said that you have successfully created copy link feature.
this is a reference vid . this is for refer a friend feature. but this workflow will help you.
in this he has added a parameter to the link
if this is getting more complex try the next:
in workflow of on page load > element actions > scroll to entry
add the RG in element input
if this not the solution you want just let me know and please again explain the problem.
so that i could help you.
Thanks for the response. I still can’t see what I should be doing to make anything visible on the screen, I just get a 404 error when I have anything after .com in the url. The URL I am creating is https://domainname.com/currentusersuniqueid/repeating groupcellunqiueid
What am i supposed to do to make this url valid? I’m basically trying to follow the video by @bestbubbledev but am obviously missing something fundamental.