Forum Discussion
NateKurtz
3 years agoQrew Trainee
I am attempting a similar thing here and running into a wall. For context, we are trying to use this pipeline to automate ticket creation. So when we want to ship x pieces of equipment we will put a number in a field in the main form. The pipeline would then run and do a search on our inventory, then create a ticket for the number of units we want to ship.
Everything seems to be working but i can't reduce the number of results returned when searching the records. My "Search Records" step in the pipeline is returning all of our inventory (which I want) but then i can't reduce the number of results based on a field. Looking at the list of criteria i can use in the advanced query i am drawing a blank for what to use. Any suggestions? Did this solution end up working for your use case?
------------------------------
Nate Kurtz
------------------------------
Everything seems to be working but i can't reduce the number of results returned when searching the records. My "Search Records" step in the pipeline is returning all of our inventory (which I want) but then i can't reduce the number of results based on a field. Looking at the list of criteria i can use in the advanced query i am drawing a blank for what to use. Any suggestions? Did this solution end up working for your use case?
------------------------------
Nate Kurtz
------------------------------
NateKurtz
3 years agoQrew Trainee
I am currently trying this (evaluates to be TRUE) under the advanced query.
<options>num-{{a.quantity_to_add}}</options>
Not sure where I am going wrong here, everything runs now but it still just returns all of the results instead of limiting to the number in {{a.quantity_to_add}}
------------------------------
Nate Kurtz
------------------------------
<options>num-{{a.quantity_to_add}}</options>
Not sure where I am going wrong here, everything runs now but it still just returns all of the results instead of limiting to the number in {{a.quantity_to_add}}
------------------------------
Nate Kurtz
------------------------------