eduardovaldes
2 years agoQrew Member
pipelin
I want to run a pipeline that does three steps vi api request:
a.Run import opon trigger
b.Search some records and delete them or delete via api a certain search qid.
Need step a to have finished:
c. Run a different import.
I have a couple of coded solutions that use this kind of approach. I did that via code using javascript "promises" but i want to keep things with native quickbase tools.
I have read some posts but not a definite solution.
Someone suggested to introduce a pause between a and b using clock. That will work in 99% of the cases but i am afraid of those 1%.
Is there a way to read the output of the api request? maybe when you read no error, you continue with next steps.
Thanks on advance
------------------------------
eduardo valdes
------------------------------