Setting IDs dynamically from Super admin dashboard

Hey! I am working on a project for which I am having difficulty setting up a dynamic process of assigning IDs. Here is how the workflow structure should look:

Every organization manages one or more products.

  • Each product allows file uploads, which are sent to a parser for processing.
  • Files are routed to the correct parser using a unique Parser IID.
  • I want team members to be able to access the Super Admin Dashboard and add Parser IDs for file uploads directly into the organization’s database.
  • Instead of manually hardcoding Parser IDs for each organization’s products in the Bubble Editor, I aim to implement a dynamic system that automatically retrieves the correct Parser ID based on the user’s organization for each file upload (e.g., file1, file2, etc.).

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