Forum Discussion
QuickBaseCoachD
8 years agoQrew Captain
I'm not a script writer, but I do have some code which will walk down a report of records and for example copy the value from one field into an other.
If that is Arshad's question, it should be theoretically possible to o have a report of Projects needing children, and run the script. The script would just toggle a checkbox field. My observation is that the script runs at only about 3 records per second, which is slow, but convenient in this case.
Then fire off a webhook to import the children triggered off that toggle field changing. The Webhooks are limited to 10 per second, but the script seems to only run at 3 per second so that should work.
.
If that is Arshad's question, it should be theoretically possible to o have a report of Projects needing children, and run the script. The script would just toggle a checkbox field. My observation is that the script runs at only about 3 records per second, which is slow, but convenient in this case.
Then fire off a webhook to import the children triggered off that toggle field changing. The Webhooks are limited to 10 per second, but the script seems to only run at 3 per second so that should work.
.