I’m new to Bubble and would really appreciate your help on this (probably easy) topic.
I want users to add a list of URLs (up to thousands of URLs) that I can pass to an API to process them. The API is ready and I can adjust the code to match the format of the input.
What’s the best way to allow users to do this?
Best
Max
Cool! If it’s just URLs then you could have a field on the user profile which is a list of texts, and just add or remove URLs.
This could make the user profiles slightly heavy, so if you’re needing to search through lots of user profiles etc then you might want to make a satellite data type instead.