I think my solution may be to reverse the order of my 2 searches. At least that's all I can come up with.
This essentially is regarding my other post. I had one i idea where I searched my subcontractors, all which have a field called 'missing dates'. So it might be like "1-1-2021; 3-1-2021'
Then I search a dates table which just has dates listed. I want to say, search the date table for where the single date is contained within the missing dates field.
I don't think that's possible, but I think i can search the date table FIRST. Somehow limit the dates to a manageable amount, then for each date find a subcontractor where missing dates contains that single date. Then finish my pipeline.
That's my only idea so far
------------------------------ Mike Tamoush ------------------------------
Thanks Sean. Do you know if there are any good help documents on Regex? Ive never used it, and what you wrote looks a little like a foreign language to me :)
I mean, I could just copy and paste what you have, but just trying to teach myself what it means.
------------------------------ Mike Tamoush ------------------------------
FYI, I think the last object in the text will not be found unless there is a semicolon after it. You could probably work it out with a "?" but I usually take the easy way out and just do the following in my text field.
I should have mentioned in one of my previous responses that you will need to use the text channel:
I just blocked out my Pipeline account details, but I hope that helps. You would just need to change the search query to whatever field you need to check on. E.g. query: Field A contains {{b.group_1}}
------------------------------ Sean Connaughton ------------------------------