Forum Discussion

JamesCarr's avatar
JamesCarr
Qrew Cadet
22 days ago
Solved

Pipeline Jinja For Duration in Seconds

I would like to have a pipeline condition where nothing happens if the current time is less than or equal to 30 seconds from the value in a given field, which is a date/time field. I have tried multi...
  • DougHenning1's avatar
    DougHenning1
    21 days ago

    That error usually happens when you don't use a loop on search step results.  If your step B is a search query, then you need to use a loop to access the results. Your step referencing B must be inside the loop.