Rank 2: Process
This is how I am adding documents in my collection, but my function is failing to execute
Is there something wrong in this approach?
for i in range(len(name_list)):
result = databases.create_document('64776905e1fxxxx', '64776913a740bxxxx', ID.unique(), data = { 'name': name_list[i], 'logo': logo_list[i], 'title': title_list[i], 'location': location_list[i] },)