I’m building an app for a customer which is a personal trainer so basically the app is replacing hime in training his customers.
Crerated this crazy multi action for the app where is creates a weekly training program based on his profile.
programs are ranging from 2-6 training per week and each training has 8-12 exercises so I need to the ability to create 16-72 rows in a click of a button.
Yes it took forever to do but actually gives a lot of pleasure to see it working and creating all those rows .
Only thing is that the whole app is based on glide tables and I still see many problems with the stability of the tables and deletions of rows which still jump and not deleted even when doing so few times.
I was sure that by now it would be more stable…
I would of used a less time consuming way to do that and if that broke like so many compound actions have in the past it would just be another thing to redo or fix…
Until coumpound actions are safe I would just use a script, it would take less time to build and trigger with a onChange event. Nothing is faster than that
Well, if it breaks and you need scripting for it just let me know. Otherwise, I hope they got all of that worked out. I had my compound actions break for 5 weeks straight.
wow, that’s insane (I mean that in a good way)…
But I think I agree with Joe, I’d never trust a compound action with something like that.
What else does it do besides add rows?
It’s a personal training app.
Once the user submit his info we match it one of the profiles of trainers we have and then he gets a training plan which is managed completely in the app.
It calculates in real time the inputs and adjust the feedback as we go based on dozens of rules.
The add row is the easy part and is used to create a new training week every week (each training program is 15 weeks cycle).