<?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: pull from list from a queue in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/pull-from-list-from-a-queue/m-p/13812173#M98148</link>
    <description>&lt;P&gt;i tried this query but i get a parsing error&lt;/P&gt;</description>
    <pubDate>Tue, 16 Sep 2025 07:02:45 GMT</pubDate>
    <dc:creator>ahmed160118</dc:creator>
    <dc:date>2025-09-16T07:02:45Z</dc:date>
    <item>
      <title>pull from list from a queue</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/pull-from-list-from-a-queue/m-p/13809562#M98118</link>
      <description>&lt;P&gt;Hi, I want to transfer objects in the queue based on tokens&amp;nbsp;&lt;BR /&gt;since the queue works as a list i made a&amp;nbsp; reference to the queue and quired&amp;nbsp;&lt;BR /&gt;WHERE BobbinType = token.BobbinType&lt;BR /&gt;but that doesn't work&lt;BR /&gt;i want the object transferred to have labels as the tokens&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ahmed160118_0-1757800820176.png" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1570603iF301684921213CA5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ahmed160118_0-1757800820176.png" alt="ahmed160118_0-1757800820176.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 13 Sep 2025 22:01:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/pull-from-list-from-a-queue/m-p/13809562#M98118</guid>
      <dc:creator>ahmed160118</dc:creator>
      <dc:date>2025-09-13T22:01:54Z</dc:date>
    </item>
    <item>
      <title>Re: pull from list from a queue</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/pull-from-list-from-a-queue/m-p/13810293#M98120</link>
      <description>&lt;P&gt;You haven’t access to token directly in a list query. You substitute token by puller clause and set token in Puller field.&amp;nbsp;&lt;BR /&gt;&lt;A href="https://docs.flexsim.com/en/25.2/Reference/ProcessFlowObjects/SharedAssets/PullFromList/PullFromList.html#properties" target="_blank" rel="noopener"&gt;pull from list activity property&amp;nbsp;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Sep 2025 00:09:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/pull-from-list-from-a-queue/m-p/13810293#M98120</guid>
      <dc:creator>joerg_vogel_HsH</dc:creator>
      <dc:date>2025-09-15T00:09:44Z</dc:date>
    </item>
    <item>
      <title>Re: pull from list from a queue</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/pull-from-list-from-a-queue/m-p/13810507#M98125</link>
      <description>&lt;P&gt;I think you might have misunderstood something. Yes, it is possible to query objects in the model with the Table.query() command, as explained under "Advanced Query Techniques" about halfway down this page.&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.flexsim.com/en/25.2/Reference/DeveloperAdvancedUser/SQLQueries/SQLQueries.html#example" target="_blank"&gt;https://docs.flexsim.com/en/25.2/Reference/DeveloperAdvancedUser/SQLQueries/SQLQueries.html#example&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This has nothing to do with the Pull from List activity though. It must be linked to a List activity which itself either links to a global list or represents an internal list (the repeated error message tells you this). Since you want to connect the 3D model and the Process Flow you want to use a global list. The queue pushes arriving items to that list (either in the Send to Port field or the On Entry trigger). A List activity in Process Flow is connected to that list. Then the Pull from List can be used to pull items off the list.&lt;/P&gt;&lt;P&gt;As&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/17307626"&gt;@joerg_vogel_HsH&lt;/a&gt;&amp;nbsp;mentioned, use "puller" in place of "token" and change the label the pulled value is assigned to. Since it's used in the Move Object activity later, "item" would make sense.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Sep 2025 06:28:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/pull-from-list-from-a-queue/m-p/13810507#M98125</guid>
      <dc:creator>moehlmann_fe</dc:creator>
      <dc:date>2025-09-15T06:28:11Z</dc:date>
    </item>
    <item>
      <title>Re: pull from list from a queue</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/pull-from-list-from-a-queue/m-p/13812131#M98143</link>
      <description>&lt;P&gt;thanks for your replies&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ahmed160118_0-1758004013957.png" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1571134iE9F3A65D4A356238/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ahmed160118_0-1758004013957.png" alt="ahmed160118_0-1758004013957.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;i tried these parameter and passed "pull from list without errors but still struggling to move the objects&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Sep 2025 06:30:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/pull-from-list-from-a-queue/m-p/13812131#M98143</guid>
      <dc:creator>ahmed160118</dc:creator>
      <dc:date>2025-09-16T06:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: pull from list from a queue</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/pull-from-list-from-a-queue/m-p/13812139#M98145</link>
      <description>&lt;LI-CODE lang="cpp"&gt;BobbinType = puller.BobbinType&lt;/LI-CODE&gt;&lt;P&gt;puller substitutes any construct you put into Puller field. Then it will be parsed into a query clause by puller parameter.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Sep 2025 07:51:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/pull-from-list-from-a-queue/m-p/13812139#M98145</guid>
      <dc:creator>joerg_vogel_HsH</dc:creator>
      <dc:date>2025-09-16T07:51:13Z</dc:date>
    </item>
    <item>
      <title>Re: pull from list from a queue</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/pull-from-list-from-a-queue/m-p/13812173#M98148</link>
      <description>&lt;P&gt;i tried this query but i get a parsing error&lt;/P&gt;</description>
      <pubDate>Tue, 16 Sep 2025 07:02:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/pull-from-list-from-a-queue/m-p/13812173#M98148</guid>
      <dc:creator>ahmed160118</dc:creator>
      <dc:date>2025-09-16T07:02:45Z</dc:date>
    </item>
    <item>
      <title>Re: pull from list from a queue</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/pull-from-list-from-a-queue/m-p/13812256#M98152</link>
      <description>&lt;P&gt;Can you post them? Make the changes. Check if you have a field in your list called BobbinType after it gets populated. If it exists and contains valid values. You can restart FlexSim. Save model. Restart FlexSim. Load model.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Sep 2025 07:55:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/pull-from-list-from-a-queue/m-p/13812256#M98152</guid>
      <dc:creator>joerg_vogel_HsH</dc:creator>
      <dc:date>2025-09-16T07:55:53Z</dc:date>
    </item>
    <item>
      <title>Re: pull from list from a queue</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/pull-from-list-from-a-queue/m-p/13812302#M98153</link>
      <description>&lt;P&gt;sure&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Sep 2025 08:12:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/pull-from-list-from-a-queue/m-p/13812302#M98153</guid>
      <dc:creator>ahmed160118</dc:creator>
      <dc:date>2025-09-16T08:12:01Z</dc:date>
    </item>
    <item>
      <title>Re: pull from list from a queue</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/pull-from-list-from-a-queue/m-p/13812390#M98154</link>
      <description>&lt;P&gt;- Only push the items to the list in the Send to Port field OR the entry trigger. If you do both the same item might end up being pulled by two tokens.&lt;/P&gt;&lt;P&gt;- Query should be "WHERE BobbinType = puller.BobbinType"&lt;/P&gt;&lt;P&gt;- You need a valid expression (Object/Token + Label) in the "Assign To" field.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Sep 2025 09:06:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/pull-from-list-from-a-queue/m-p/13812390#M98154</guid>
      <dc:creator>moehlmann_fe</dc:creator>
      <dc:date>2025-09-16T09:06:50Z</dc:date>
    </item>
  </channel>
</rss>

