Hmm, so from what I undestand, I can only autobind the whole json to one field?
Like, if I display a table with columns A, B and C, with rows 1, 2 and 3, it can autobinds to only one cell in a bubble db, for exemple, it would autobind to a column āuserās spreadsheetā in the Users db, so that each user would get his spreadsheet auto-saved in his row.
And if I want to save the columns and rows A B C / 1 2 3 to specific cells in other columns, I need to map them myself using bubble/javascript, it canāt autobind directly to columns A B C rows 1 2 3 in my bubble db 
And when you say āIn my experience, itās usually easier not using the autobind featureā, itās that itās easier to do just a View (just Read data) than to Read And Write (whole CRUD)? (Which is logic without more explanations) Or is it that there is another way of saving data that is easier than autobind?
Happy to help, and thanks to you! To get back to the āhow I can make the explanation a lot more friendly / less intimidatingā, I think what I would need is a matrice of context ā solution. At first, the plugin seams to do everything kind of easily, then you realize the work behind excel/gsheet and you understand that you wonāt get the same, then you realize it will be more complicated or limited than expected, then you realize that there are actually different possibilities for different use cases, that have different levels of possibilities and difficulties. What would be great would be to jump right to the last step. Like if you had a matrice saying:
use case |
Read |
Read and Save |
Read and autobind |
one bubble table with only simple values (just text/numbers/option sets) |
setup in 5min with method A |
setup in 1h with method B |
setup in 3h with method C |
one bubble table with joined values (ex: clientās name, clientās productās title) |
setup in 1h with method D |
setup in 1h with method B |
impossible |
several bubble joined tables (ex: clientās name, clientās productās title, clientās productās category) |
setup in 5h with method D |
setup in 2 days with method E |
impossible |
a json stored in a cell in bubble (clientās spreadsheet_json) |
setup in 5h with method F |
setup in 2 days with method E |
impossible |
json from the bubble api |
setup in 5h with method D |
impossible |
impossible |
json from an external api |
setup in 5h with method F |
impossible |
impossible |
⦠|
|
|
|
This would be really awesome, and help me understand what I can do, how, and when (MVP this week with features A, V2 next month with these features for use case B, and use case C wonāt be achievable for this reason and thatās life).