Forum Discussion
MattHardy
Qrew Trainee
I think you can do this with one pipeline using an If condition. If A does not exist, delete B. Else, update B
------------------------------
Matt Hardy
------------------------------
------------------------------
Matt Hardy
------------------------------
MikeTamoush
3 years agoQrew Commander
So trigger would be on modify or delete.
Then the first step would be to search for the record in A?
Then the if else?
------------------------------
Mike Tamoush
------------------------------
Then the first step would be to search for the record in A?
Then the if else?
------------------------------
Mike Tamoush
------------------------------
- MattHardy3 years agoQrew TraineeThat's correct for the first step but I'll need more details for the second.
Are records A and B related? If so, you can "Look Up a Record" rather than search. Otherwise, yes you'll have to search for record B.
Then branch with an If (A does not exist), delete record B
Else, update record B
------------------------------
Matt Hardy
------------------------------- MikeTamoush3 years agoQrew CommanderThey are not related so I'll have to do a search. I never thought to trigger on A, then immediately search for A, but that seems like it should work.
------------------------------
Mike Tamoush
------------------------------