Option to Chain a Sequence of Formulas
Add the option of running a sequence of formulas, so that each formula begins only when the previous formula completes.
In our case, we need to run multiple formulas for a single import job because our data source (RENXT Queries) can't yield the results we need in just one query. The difficulty is that sometimes we need to overwrite the data written by a previous formula. Import time can vary widely depending on both connectivity and the variable number of records that day, so this option could greatly improve the stability of our process.
3
votes