The clarity in this was top notch thanks. you earned yourself a subscriber
@Lekkerman Жыл бұрын
Excellent video with a good example that can be used in many cases plus giving best practices. Thx for this great content.
@SUDHANSHU934 Жыл бұрын
Thank you for this amazing tutorial sir ❤
@nocodelife Жыл бұрын
Thank you for this kind comment sir! ❤
@gdmt Жыл бұрын
This is exactly what i need! Except what im currently working on is a ticket purchase system. For example, i have 4 tickets under the same category which is priced at 1000 each totaling to 4000. If the user where to pay 3000, all 3 tickets will be marked sold and leave the last ticket available. So what i plan to do is, keep the flow going (basically keep buying the said ticket/s) until the user's paid amount is 0. I am still figuring this out but hopefully i nail it with your guide.
@artemselifanov Жыл бұрын
Thanks a lot, waiting for much more
@keystonejesus00 Жыл бұрын
Exelente video e estudo de caso otimo para entender todo o conceito
@POLOIN8 ай бұрын
Excellent!!!! Thanks a lot
@rathishekar25426 ай бұрын
How to do the same if my list data type is not within bubble and from external DB?
@TheodoreEremin4 ай бұрын
@nocodelife Thanks Keiran. It is not obvious to set type of data as a project ;) Would it be possible to create nested loops in bubble?
@luc-er8fm4 ай бұрын
Thanks for the video. I don't understand why, but I prepared both an example in the style you described and a backend API workflow to save data with my own option sets. I think I did everything right. But there is a problem, no matter what I do, it only creates 10 things, when I run it again, it creates 10 times again. even if the number I specified is 50, it never goes above 10. I would appreciate your help. tnxnx
@kethanbacon6603Ай бұрын
Same problem, have you figured out a solution?
@thatQiao Жыл бұрын
Nice thumbnail!
@denis_estimon10 ай бұрын
How do I do a loop? When the number is not defined. For example when getting back a list of chapters off a transcript and the number of chapters won’t always be the same.
@nocodelife10 ай бұрын
Assuming you have a way to split the chapters up so a loop is possible in the first place, you would just do a count of the total number of chapters.