Forum Discussion
SherrieDrummond
Qrew Member
My solution was to add a counter field to my table and update by adding 1 every time it loops. Then at the end of the pipeline, I create/update my records with my counter.
I would love to know if there is a better solution to this as well.
------------------------------
Sherrie Drummond
------------------------------
I would love to know if there is a better solution to this as well.
------------------------------
Sherrie Drummond
------------------------------
MattHardy
3 years agoQrew Trainee
You could possibly create a formula query with the same search parameters as your pipeline search.
Or to expand on Sherrie's idea, you could create a bucket in your pipeline to store the count rather than updating an existing record. This bucket is temporary and will be removed when the pipeline ends.
------------------------------
Matt Hardy
------------------------------
Or to expand on Sherrie's idea, you could create a bucket in your pipeline to store the count rather than updating an existing record. This bucket is temporary and will be removed when the pipeline ends.
------------------------------
Matt Hardy
------------------------------