List of URLs as Input

Hi there,

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? :slight_smile:
Best
Max

Is there any other data it needs to hold, like do you need the Urls to have a nickname, order, etc ? or just a plain list of URLs?

1 Like

@Oliver-wholegraintech Thanks for your response! It just needs to be a plain list of URLs :slight_smile:

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.

Hope that makes sense?

This topic was automatically closed after 70 days. New replies are no longer allowed.