Post batching can I use batched label array to query pull request from list?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am batching 3 tokens. The batched qty can be 1,2 or 3. After batching I release a single token since I want to use it to run in a subflow. Post that I have a pull function that pulls from a list. So I am batching based on a label called destination. So I can easily use WHERE destination = puller.destination. However, after that I have label called Initialdestination, which during batch I make it an array so post batching it looks like ["destination1", "destination2", "destination3"]. I want to use an if else in Pulls query section where I say.
WHERE destination = puller.destination AND IF puller.batchedqty > 1 BEGIN Initialdestination == puller. Initialdestination[1] ... and so on
Is it possible to do something similar?
Flexsim version: 23.0