<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Post batching can I use batched label array to query pull request from list? in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/post-batching-can-i-use-batched-label-array-to-query-pull/m-p/13746704#M97400</link>
    <description>&lt;P&gt;Yeah the problem is not if I were to pull any. But I want to pull the the same token which has a unique ID label. So if I am batching 2 tokens which now is converted to 1 with unique ID label as an array [232,543]. I want to then pull 2 labels from the list with the same unique ID. So required and requested pull qty is token.batchedqty which is a label to see how many have been batched.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 30 Jul 2025 15:40:50 GMT</pubDate>
    <dc:creator>jkhedekar</dc:creator>
    <dc:date>2025-07-30T15:40:50Z</dc:date>
    <item>
      <title>Post batching can I use batched label array to query pull request from list?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/post-batching-can-i-use-batched-label-array-to-query-pull/m-p/13745108#M97376</link>
      <description>&lt;P&gt;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&amp;nbsp; 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",&amp;nbsp;"destination2",&amp;nbsp;"destination3"]. I want to use an if else in Pulls query section where I say.&lt;BR /&gt;&lt;BR /&gt;WHERE destination = puller.destination AND IF puller.batchedqty &amp;gt; 1 BEGIN&amp;nbsp;Initialdestination == puller.&amp;nbsp;Initialdestination[1] ... and so on&lt;BR /&gt;&lt;BR /&gt;Is it possible to do something similar?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Flexsim version: 23.0&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jul 2025 18:52:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/post-batching-can-i-use-batched-label-array-to-query-pull/m-p/13745108#M97376</guid>
      <dc:creator>jkhedekar</dc:creator>
      <dc:date>2025-07-29T18:52:01Z</dc:date>
    </item>
    <item>
      <title>Re: Post batching can I use batched label array to query pull request from list?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/post-batching-can-i-use-batched-label-array-to-query-pull/m-p/13745755#M97385</link>
      <description>&lt;P&gt;If the goal is to pull one entry for each initial destination value, then use three separate tokens. If the goal is to pull something that matches any of the values in the array you can use "WHERE Initialdestination IN puller.Initialdestination"&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jul 2025 06:30:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/post-batching-can-i-use-batched-label-array-to-query-pull/m-p/13745755#M97385</guid>
      <dc:creator>moehlmann_fe</dc:creator>
      <dc:date>2025-07-30T06:30:08Z</dc:date>
    </item>
    <item>
      <title>Re: Post batching can I use batched label array to query pull request from list?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/post-batching-can-i-use-batched-label-array-to-query-pull/m-p/13746704#M97400</link>
      <description>&lt;P&gt;Yeah the problem is not if I were to pull any. But I want to pull the the same token which has a unique ID label. So if I am batching 2 tokens which now is converted to 1 with unique ID label as an array [232,543]. I want to then pull 2 labels from the list with the same unique ID. So required and requested pull qty is token.batchedqty which is a label to see how many have been batched.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jul 2025 15:40:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/post-batching-can-i-use-batched-label-array-to-query-pull/m-p/13746704#M97400</guid>
      <dc:creator>jkhedekar</dc:creator>
      <dc:date>2025-07-30T15:40:50Z</dc:date>
    </item>
    <item>
      <title>Re: Post batching can I use batched label array to query pull request from list?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/post-batching-can-i-use-batched-label-array-to-query-pull/m-p/13747592#M97407</link>
      <description>&lt;P&gt;If the IDs are unique then you can still use "WHERE Initialdestination IN puller.Initialdestination". It would only have been an issue if the same value can appear multiple times because then the query could pull "232" twice instead of "232" and "543".&lt;/P&gt;</description>
      <pubDate>Thu, 31 Jul 2025 06:03:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/post-batching-can-i-use-batched-label-array-to-query-pull/m-p/13747592#M97407</guid>
      <dc:creator>moehlmann_fe</dc:creator>
      <dc:date>2025-07-31T06:03:09Z</dc:date>
    </item>
  </channel>
</rss>

