Get data of a reference feild in bubble.io plugin

Hi guys,

I am tryinig to build a plugin to create a csv file. and for that i am sending my client thing as a list as shown in below image

let clients = properties.clients.get(0, properties.clients.length());
that gives me list of clients.

and clients[0].listProperties() returns list of properties like below

  1. appointments_list_custom_appointment"

2. 1: “apt_number_text”

3. 2: “archived_boolean”

4. 3: “assignedto_user”

5. 4: “autoresponder_boolean”

6. 5: “balance_number”

but when i try to get the value of appointment_list_custom_appointments by using below line

clients[0].get(‘appointments_list_custom_appointments‘) like in below image

image

image

So can anybody guide me how to get the values of list of appointments inmy case and then iterate through all the appointments and get the value from that thing (i.e appointment)?

it would be a greate help me to understand how thing wroks

thank you

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