<?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>question Re: Flow Designer Issue: IF Statements on List Collector Fields Using Choice List in Developer forum</title>
    <link>https://www.servicenow.com/community/developer-forum/flow-designer-issue-if-statements-on-list-collector-fields-using/m-p/3373882#M1226777</link>
    <description>&lt;P&gt;Thanks for the reply Muhammad!&amp;nbsp; I am away most of the next two days, but will definitely try to incorporate it when I get back to the office, and report back and let you know if I can get it to work.&lt;/P&gt;</description>
    <pubDate>Mon, 08 Sep 2025 21:47:46 GMT</pubDate>
    <dc:creator>jmiskey</dc:creator>
    <dc:date>2025-09-08T21:47:46Z</dc:date>
    <item>
      <title>Flow Designer Issue: IF Statements on List Collector Fields Using Choice List</title>
      <link>https://www.servicenow.com/community/developer-forum/flow-designer-issue-if-statements-on-list-collector-fields-using/m-p/3373759#M1226761</link>
      <description>&lt;P&gt;We have a scoped app where a person fills out a Record Producer on the Service Portal, and it populates a record in a custom table.&amp;nbsp; That part works fine.&amp;nbsp; But we are creating a flow that does various things when the record is first added to the table, and are having issues creating an IF statement.&amp;nbsp; Basically, we have a List Collector field where the user can enter multiple values.&amp;nbsp; If a "certain" value is selected from that list, we would like the flow to update another field with some information it looks up.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have this working correctly on a few fields whose data source is another custom field.&amp;nbsp; However, we have a few instances in which the List Collector's data source is from the sys_choice table.&amp;nbsp; And we cannot get this one to work properly.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;First, here are what the key data elements in the sys_choice table look like:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jmiskey_0-1757355177162.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/468222i93D6E1074D8B3B61/image-size/medium?v=v2&amp;amp;px=400" alt="jmiskey_0-1757355177162.png" title="jmiskey_0-1757355177162.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;(there are actually 17 in all, but these are just the first few)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And here is how the field in the Custom Table is set up (note the field type is "List"):&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jmiskey_1-1757355401421.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/468223i1FDBF269ABE3552D/image-size/medium?v=v2&amp;amp;px=400" alt="jmiskey_1-1757355401421.png" title="jmiskey_1-1757355401421.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The field works properly - I am able to select multiple values to this field.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, If I try to create an IF statement in a Flow based of this field, I do not get a "contains" option like I do for my List Collector fields which are pulling from custom tables.&amp;nbsp; This is what I see:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jmiskey_2-1757355572115.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/468224iE4AB71B3739C285E/image-size/medium?v=v2&amp;amp;px=400" alt="jmiskey_2-1757355572115.png" title="jmiskey_2-1757355572115.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As you can see, there is no option for "contains".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know I could probably create a custom table of all the options, and use that as the data source instead.&amp;nbsp; But there is already a lot of historical records out there, so to make those sort of changes would be problematic to the existing records.&amp;nbsp; So that is really not a good option in this case.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I get this to work, so my IF statement can look for one particular value among all the selected values for this field?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Sep 2025 18:23:42 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/flow-designer-issue-if-statements-on-list-collector-fields-using/m-p/3373759#M1226761</guid>
      <dc:creator>jmiskey</dc:creator>
      <dc:date>2025-09-08T18:23:42Z</dc:date>
    </item>
    <item>
      <title>Re: Flow Designer Issue: IF Statements on List Collector Fields Using Choice List</title>
      <link>https://www.servicenow.com/community/developer-forum/flow-designer-issue-if-statements-on-list-collector-fields-using/m-p/3373862#M1226773</link>
      <description>&lt;P&gt;Hi jmiskey,&lt;/P&gt;&lt;P&gt;I see the issue. The problem is that Flow Designer's standard contains option isn't available for List Collector fields that use sys_choice as a data source. This happens because the field's value is stored as a comma-separated string, not as a list of references.&lt;/P&gt;&lt;P&gt;To handle this, the most reliable solution is to use a Script step in Flow Designer to check for the desired value.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;H3&gt;&lt;STRONG&gt;Solution: Use a Script Step in Flow Designer&lt;/STRONG&gt;&lt;/H3&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Add a Script Action:&lt;/STRONG&gt; Add a new &lt;STRONG&gt;Script&lt;/STRONG&gt; action in your flow.&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;STRONG&gt;Write the Logic:&lt;/STRONG&gt; Use the following example script to get the field value, split it into an array, and check if it contains your target choice.&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;// Get the comma-separated string value of the list collector field.
var selectedChoices = fd_data.trigger.current.[your_list_collector_field_name].toString();

// Convert the string into an array of values.
var choiceArray = selectedChoices.split(',');

// Check if the array of selected values includes your target value.
if (choiceArray.includes('your_choice_value')) {
    // If the value is found, perform your action
    // For example: fd_data.script.is_match = true;
}&lt;/LI-CODE&gt;&lt;P&gt;This approach ensures your flow works correctly with &lt;STRONG&gt;sys_choice based List Collector fields&lt;/STRONG&gt;, without needing to modify historical records.&lt;BR /&gt;Hope this helps!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Thanks &amp;amp; Regards,&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Muhammad Iftikhar&lt;/STRONG&gt;&lt;BR /&gt;&lt;EM&gt;If my response helped, please mark it as the accepted solution so others can benefit as well.&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Sep 2025 21:18:02 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/flow-designer-issue-if-statements-on-list-collector-fields-using/m-p/3373862#M1226773</guid>
      <dc:creator>miftikhar20</dc:creator>
      <dc:date>2025-09-08T21:18:02Z</dc:date>
    </item>
    <item>
      <title>Re: Flow Designer Issue: IF Statements on List Collector Fields Using Choice List</title>
      <link>https://www.servicenow.com/community/developer-forum/flow-designer-issue-if-statements-on-list-collector-fields-using/m-p/3373882#M1226777</link>
      <description>&lt;P&gt;Thanks for the reply Muhammad!&amp;nbsp; I am away most of the next two days, but will definitely try to incorporate it when I get back to the office, and report back and let you know if I can get it to work.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Sep 2025 21:47:46 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/flow-designer-issue-if-statements-on-list-collector-fields-using/m-p/3373882#M1226777</guid>
      <dc:creator>jmiskey</dc:creator>
      <dc:date>2025-09-08T21:47:46Z</dc:date>
    </item>
    <item>
      <title>Re: Flow Designer Issue: IF Statements on List Collector Fields Using Choice List</title>
      <link>https://www.servicenow.com/community/developer-forum/flow-designer-issue-if-statements-on-list-collector-fields-using/m-p/3374131#M1226828</link>
      <description>&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/3166"&gt;@jmiskey&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;you can create a Boolean type Flow Variable and then use "Set Flow Variables" flow logic to set the value as true/false based on your script&lt;/P&gt;
&lt;P&gt;If my response helped please mark it correct and close the thread so that it benefits future readers.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Sep 2025 06:38:29 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/flow-designer-issue-if-statements-on-list-collector-fields-using/m-p/3374131#M1226828</guid>
      <dc:creator>Ankur Bawiskar</dc:creator>
      <dc:date>2025-09-09T06:38:29Z</dc:date>
    </item>
    <item>
      <title>Re: Flow Designer Issue: IF Statements on List Collector Fields Using Choice List</title>
      <link>https://www.servicenow.com/community/developer-forum/flow-designer-issue-if-statements-on-list-collector-fields-using/m-p/3377403#M1227517</link>
      <description>&lt;P&gt;Muhammad,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Having some issues.&amp;nbsp; It is not working as expected.&amp;nbsp; I decided to create a Custom Action, as I will need to use this in multiple places.&amp;nbsp; Here is how I designed my Custom Action:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jmiskey_0-1757591708688.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/469167iAC5015FAF08C10D8/image-size/medium?v=v2&amp;amp;px=400" alt="jmiskey_0-1757591708688.png" title="jmiskey_0-1757591708688.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jmiskey_1-1757591723218.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/469168i29E508A7CF440F78/image-size/medium?v=v2&amp;amp;px=400" alt="jmiskey_1-1757591723218.png" title="jmiskey_1-1757591723218.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jmiskey_2-1757591732664.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/469169iE006B3007EAD5E50/image-size/medium?v=v2&amp;amp;px=400" alt="jmiskey_2-1757591732664.png" title="jmiskey_2-1757591732664.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jmiskey_3-1757591745714.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/469170i8D39D224ECB06CA4/image-size/medium?v=v2&amp;amp;px=400" alt="jmiskey_3-1757591745714.png" title="jmiskey_3-1757591745714.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jmiskey_4-1757591753688.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/469171i2FCF6D8DE9BCBAB2/image-size/medium?v=v2&amp;amp;px=400" alt="jmiskey_4-1757591753688.png" title="jmiskey_4-1757591753688.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jmiskey_5-1757591771519.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/469173i1260DB570FD63822/image-size/medium?v=v2&amp;amp;px=400" alt="jmiskey_5-1757591771519.png" title="jmiskey_5-1757591771519.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I then ran a very simple test, and it seemed to work:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jmiskey_6-1757591793952.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/469174i6E5B58C0F93A80B3/image-size/medium?v=v2&amp;amp;px=400" alt="jmiskey_6-1757591793952.png" title="jmiskey_6-1757591793952.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jmiskey_7-1757591806631.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/469175iC2DD75655C5C7DEE/image-size/medium?v=v2&amp;amp;px=400" alt="jmiskey_7-1757591806631.png" title="jmiskey_7-1757591806631.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, when I run it in my actual flow, it does not work as expected:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jmiskey_8-1757591839979.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/469176i237C9B8BDE7CD5C4/image-size/medium?v=v2&amp;amp;px=400" alt="jmiskey_8-1757591839979.png" title="jmiskey_8-1757591839979.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can see the the value I am searching for does exist in my search string, yet it returns FALSE.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note that my Custom Action appears in the Global Scope, and my Flow is in a Scoped App, but as you can see from my first screen print, I have this accessible from "All application scopes" (and we have does this successfully before with other Custom Actions).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas what I am doing wrong?&lt;/P&gt;</description>
      <pubDate>Thu, 11 Sep 2025 11:59:22 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/flow-designer-issue-if-statements-on-list-collector-fields-using/m-p/3377403#M1227517</guid>
      <dc:creator>jmiskey</dc:creator>
      <dc:date>2025-09-11T11:59:22Z</dc:date>
    </item>
    <item>
      <title>Re: Flow Designer Issue: IF Statements on List Collector Fields Using Choice List</title>
      <link>https://www.servicenow.com/community/developer-forum/flow-designer-issue-if-statements-on-list-collector-fields-using/m-p/3377425#M1227519</link>
      <description>&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/3166"&gt;@jmiskey&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;when flow calls your action did you add log and see what came in the output variable?&lt;/P&gt;
&lt;P&gt;If you see your flow is passing 2 sysIds but not as string.&lt;/P&gt;
&lt;P&gt;If they are string then they should be comma separated.&lt;/P&gt;
&lt;P&gt;Something wrong in the way input is passed to the Action&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If my response helped please mark it correct and close the thread so that it benefits future readers.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Sep 2025 12:04:37 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/flow-designer-issue-if-statements-on-list-collector-fields-using/m-p/3377425#M1227519</guid>
      <dc:creator>Ankur Bawiskar</dc:creator>
      <dc:date>2025-09-11T12:04:37Z</dc:date>
    </item>
    <item>
      <title>Re: Flow Designer Issue: IF Statements on List Collector Fields Using Choice List</title>
      <link>https://www.servicenow.com/community/developer-forum/flow-designer-issue-if-statements-on-list-collector-fields-using/m-p/3377457#M1227527</link>
      <description>&lt;P&gt;&lt;EM&gt;(Note: I forgot to mention I did try true/false with and without the quotes around it in my script, and it did not make any difference).&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yeah, I noticed that too.&amp;nbsp; I am pulling the value right from the data field in my table.&amp;nbsp; It is set-up as shown in the second image on my original post (a List field, using the Choice table as its source).&amp;nbsp; Note the trigger for this Flow is "Data Sharing Record Created".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is where I am setting that value in my flow:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jmiskey_0-1757593324052.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/469198i9AECBC749A64BB78/image-size/medium?v=v2&amp;amp;px=400" alt="jmiskey_0-1757593324052.png" title="jmiskey_0-1757593324052.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It is really odd, because if it was truly being treated as an Array/List and not a string, you think it would offer me the "Contains" option, and I wouldn't need my Custom Action.&amp;nbsp; But as I pointed it in my initial posting, that is not the case.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Sep 2025 12:23:38 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/flow-designer-issue-if-statements-on-list-collector-fields-using/m-p/3377457#M1227527</guid>
      <dc:creator>jmiskey</dc:creator>
      <dc:date>2025-09-11T12:23:38Z</dc:date>
    </item>
    <item>
      <title>Re: Flow Designer Issue: IF Statements on List Collector Fields Using Choice List</title>
      <link>https://www.servicenow.com/community/developer-forum/flow-designer-issue-if-statements-on-list-collector-fields-using/m-p/3377499#M1227544</link>
      <description>&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/3166"&gt;@jmiskey&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;then it's not getting passed as string to flow action.&lt;/P&gt;
&lt;P&gt;You can skip the flow action entirely and simply check if the value you are passing contains in that list using Flow variable&lt;/P&gt;
&lt;P&gt;If my response helped please mark it correct and close the thread so that it benefits future readers.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Sep 2025 12:56:41 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/flow-designer-issue-if-statements-on-list-collector-fields-using/m-p/3377499#M1227544</guid>
      <dc:creator>Ankur Bawiskar</dc:creator>
      <dc:date>2025-09-11T12:56:41Z</dc:date>
    </item>
    <item>
      <title>Re: Flow Designer Issue: IF Statements on List Collector Fields Using Choice List</title>
      <link>https://www.servicenow.com/community/developer-forum/flow-designer-issue-if-statements-on-list-collector-fields-using/m-p/3377528#M1227552</link>
      <description>&lt;P&gt;Thank is exactly the problem I am having, that is contained in my initial question - the CONTAINS options is NOT being made available to me in Flow Designer for this field!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Are you saying to set that table value equal to a Flow Variable, and use that in my comparison?&amp;nbsp; If so, what is the best Type should I choose for my Flow Variable that would give me the CONTAINS option?&lt;/P&gt;</description>
      <pubDate>Thu, 11 Sep 2025 13:08:34 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/flow-designer-issue-if-statements-on-list-collector-fields-using/m-p/3377528#M1227552</guid>
      <dc:creator>jmiskey</dc:creator>
      <dc:date>2025-09-11T13:08:34Z</dc:date>
    </item>
    <item>
      <title>Re: Flow Designer Issue: IF Statements on List Collector Fields Using Choice List</title>
      <link>https://www.servicenow.com/community/developer-forum/flow-designer-issue-if-statements-on-list-collector-fields-using/m-p/3377534#M1227554</link>
      <description>&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/3166"&gt;@jmiskey&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;yes please use Flow variable of type Boolean.&lt;/P&gt;
&lt;P&gt;Then use "Set Flow Variables" flow logic and use script and set true/false in it&lt;/P&gt;
&lt;P&gt;Then use this Flow variable in your IF logic&lt;/P&gt;
&lt;P&gt;If my response helped please mark it correct and close the thread so that it benefits future readers.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Sep 2025 13:09:48 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/flow-designer-issue-if-statements-on-list-collector-fields-using/m-p/3377534#M1227554</guid>
      <dc:creator>Ankur Bawiskar</dc:creator>
      <dc:date>2025-09-11T13:09:48Z</dc:date>
    </item>
    <item>
      <title>Re: Flow Designer Issue: IF Statements on List Collector Fields Using Choice List</title>
      <link>https://www.servicenow.com/community/developer-forum/flow-designer-issue-if-statements-on-list-collector-fields-using/m-p/3377540#M1227557</link>
      <description>&lt;P&gt;I am sorry, I am not understanding.&amp;nbsp; I do not see how that would help with the issue of the List Collector variable field type.&amp;nbsp; I thought you were saying store that in a Flow Variable to use in an IF statement to allow it to expose the CONTAINS option.&amp;nbsp; I do not see how using a Boolean Flow Variable solves that issue.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Sep 2025 13:15:09 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/flow-designer-issue-if-statements-on-list-collector-fields-using/m-p/3377540#M1227557</guid>
      <dc:creator>jmiskey</dc:creator>
      <dc:date>2025-09-11T13:15:09Z</dc:date>
    </item>
    <item>
      <title>Re: Flow Designer Issue: IF Statements on List Collector Fields Using Choice List</title>
      <link>https://www.servicenow.com/community/developer-forum/flow-designer-issue-if-statements-on-list-collector-fields-using/m-p/3378053#M1227663</link>
      <description>&lt;P&gt;OK, nothing was working, so I came at this in a different manner.&amp;nbsp; I had created another Custom Action a while back that converts List Collectors to Strings.&amp;nbsp; So I ran that against the table field.&amp;nbsp; Then when I tried to do an IF statement on that converted value, I had access to use CONTAINS, and accomplish what I need.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Sep 2025 19:39:37 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/flow-designer-issue-if-statements-on-list-collector-fields-using/m-p/3378053#M1227663</guid>
      <dc:creator>jmiskey</dc:creator>
      <dc:date>2025-09-11T19:39:37Z</dc:date>
    </item>
    <item>
      <title>Re: Flow Designer Issue: IF Statements on List Collector Fields Using Choice List</title>
      <link>https://www.servicenow.com/community/developer-forum/flow-designer-issue-if-statements-on-list-collector-fields-using/m-p/3383919#M1228832</link>
      <description>&lt;P&gt;Very odd.&amp;nbsp; I just got the email from your reply of last Thursday.&amp;nbsp; I had another question with the same behavior.&amp;nbsp; Maybe they were having email or system issues...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyway, we abandoned this approach and decided to go another route.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Sep 2025 19:38:39 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/flow-designer-issue-if-statements-on-list-collector-fields-using/m-p/3383919#M1228832</guid>
      <dc:creator>jmiskey</dc:creator>
      <dc:date>2025-09-17T19:38:39Z</dc:date>
    </item>
  </channel>
</rss>

