Always wondered how to combine data of two datatypes into a repeating group. Now, I got the solution. Thanks!!
@netxyz00 Жыл бұрын
You create great Bubble videos! They are much more complex than other Bubble videos. Keep them coming!
@nocodetalks Жыл бұрын
Thanks a lot for kind words. It means a lot
@divypratap690210 ай бұрын
Very helpful video! Just a quick tip: if anyone gets a empty body response and error, don't append format as json-safe
@gdmt7 ай бұрын
Hey man! Thank you so much for this lovely guide. I just encountered an error wherein the body value was too large to be saved. Is there a workaround for this? Or any fixes you can suggest/recommend?
@nocodetalks7 ай бұрын
try storing into the local storage.
@gdmt7 ай бұрын
@@nocodetalks How do i do that? After the action "Return data from API", how can i save that as a thing?
@jaguarconsultoriadigital8147 Жыл бұрын
Great class, thank you. I have a question, in this example, what is the WU consumption like? Grateful
@nocodetalks Жыл бұрын
Need to see the logger for that... But drag and drop will not cause any WU- as this is happening at the client side- but not 100% sure. Will update you
@Stierkoe8 ай бұрын
Thanks legend! v helpful video
@shaneking2626 Жыл бұрын
Great video, thank you, if my data is a list of text is there a way to separate the list? Thank you in advance.
@nocodetalks Жыл бұрын
separate the list? not able to understand.
@shaneking2626 Жыл бұрын
I will try to make it clearer. In my “data type” I have a “field” with a “field type” of Text and it’s a “list of texts” When using your API method how would I separate the list to show it in separate lines in the repeating group? I hope this makes sense
@nocodetalks Жыл бұрын
simply return as the json array along with json object.
@shaneking2626 Жыл бұрын
@@nocodetalksSorry, This is totally new to me. Please can you explain it a little more? I have followed your video, and in the "Format content as text" i have this {"name":This Works's work-number:each item:formatted as JSON-safe} I am only fetching one data field for now to ensure i can get it to work. How and where do i tell it that it is a list and it is to be separated by " , " Thank you
@lucasyoutube1999 Жыл бұрын
Great video! I will definitely use
@nocodetalks Жыл бұрын
Do let me know how it goes.
@mustafaalobaidy4317 Жыл бұрын
Thanks, will this work for a calendar? because the calendar is like a repeating group,
@nocodetalks Жыл бұрын
Yes, it will. Its an API in the end.
@bboykaze953811 ай бұрын
This is a great way to improve performance when it's time to have multiple table linked ! But is there a way to fetch data whenever it's changed ? Thank's alot !
@nocodetalks11 ай бұрын
I don't think so. You can do polling
@kalvinio6 ай бұрын
Important to mention: If the body of the API merge returns as empty, try deselecting "capture response headers". This fixed it for me