ZintJoseph
2 years agoQrew Captain
Pipeline - Bulk Upsert - Continuous Loop
I have a pipeline setup to insert new records into the same table base on a count entered into a previously created record. The issue I am having is a continuous loop of entering new records
Here is what I have
- New record created with a count in a field
- Count is Set
- Asset Definition equals the asset type being setup
- The count should create that number of new records in the same table
- The pipeline is as follows
- Record Created
- Prepare Bulk Record Upset
- Search Records
- This search is being performed on a helper table that has one field in it for equipment count (i.e, one record with 1, 2 records with 2, 3 records with 3 and so on
- For each record DO - Add a Bulk Upsert Row
- Commit Upsert
All assets are being entered into the same table with asset types and asset definitions. Any subsequent equipment that is being added is basically tied to the parent asset with a Unit ID #
Looking for what I am missing here that is causing the loop
------------------------------
Zint Joseph
------------------------------