Hello Bubble Community,
I need assistance with displaying data in a payment table on my Bubble application. I am pulling the payment records via an HTTP request using the API connector, which includes a field for the worker’s ID who requested the payment (field WorkerAsking
in the first screenshot). The worker’s name and email are retrieved from a different HTTP request, and the WorkerID
in this second request corresponds to the WorkerAsking
field in the payment records.
What I want to achieve is to display the worker’s name in the payment table instead of their ID number. The name information is available in the second HTTP request (as shown in the second screenshot), and I need to map the WorkerID
from this request to the WorkerAsking
in the payment table.
Could someone guide me on how to replace the WorkerAsking
ID with the worker’s name in the table using Bubble’s functionalities?
Here are the details of what I have:
- The payment table with the
WorkerAsking
ID. - A separate API call that returns the worker’s name associated with their
WorkerID
.
I need to link these two pieces of data so that the worker’s name appears in the payment table where their ID currently is.
I would appreciate any guidance on how to set up this kind of dynamic data linking within Bubble.
Thank you for your help!