Hello, Bubble Community,
I am working on a project where I need to upload a BibTeX file, parse it, and then display the parsed data in a Repeating Group. Despite following multiple suggestions and implementing various JavaScript snippets, the data does not appear in the Repeating Group nor does it seem to update in the Bubble database.
Here is what I am trying to achieve:
- Upload a BibTeX file using a file uploader.
- Parse the file in JavaScript to extract publication data (like Title, Authors, Year, etc.).
- Pass this data from JavaScript back to Bubble using the JavaScript to Bubble plugin and display it in a Repeating Group. (See below the image of the BibTex and what I want to display)
Current Setup:
I have a file uploader to accept BibTeX files.
I use a custom JavaScript to parse the uploaded file (not working).
I try to send the parsed data back to Bubble .
The data should be displayed in a Repeating Group configured to show properties like Title, Authors, Publisher, etc.
Could someone help identify what might be going wrong with the data not showing up in the Repeating Group or being stored in the database? Any insights or suggestions on how to troubleshoot this issue would be greatly appreciated.
Thank you in advance for your time and help!