<?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: Object type value conversion to INT in Pipelines</title>
    <link>https://community.fabric.microsoft.com/t5/Pipelines/Object-type-value-conversion-to-INT/m-p/3819183#M2478</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="702339" data-lia-user-login="krishn" class="lia-mention lia-mention-user"&gt;krishn&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We haven’t heard from you on the last response and was just checking back to see if you have a resolution yet .&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In case if you have any resolution please do share that same with the community as it can be helpful to others .&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Otherwise, will respond back with the more details and we will try to help .&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 08 Apr 2024 11:22:58 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-04-08T11:22:58Z</dc:date>
    <item>
      <title>Object type value conversion to INT</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Object-type-value-conversion-to-INT/m-p/3808627#M2405</link>
      <description>&lt;P&gt;Hi I am getting out put from set activity (integer variable) and I am using the same in if condition activity. However I am getting below error, can please help how to resolve this.&lt;/P&gt;&lt;P&gt;expression I am using @greater(int(activity('Lookup1').output),0) and error I am getting "The function 'int' was invoked with a parameter that is not valid. The value cannot be converted to the target type"&lt;/P&gt;&lt;P&gt;Appreciate for help.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Apr 2024 19:26:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Object-type-value-conversion-to-INT/m-p/3808627#M2405</guid>
      <dc:creator>krishn</dc:creator>
      <dc:date>2024-04-03T19:26:51Z</dc:date>
    </item>
    <item>
      <title>Re: Object type value conversion to INT</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Object-type-value-conversion-to-INT/m-p/3809212#M2410</link>
      <description>&lt;P&gt;The outout of this aspect&amp;nbsp;&lt;SPAN&gt;activity('Lookup1').output&amp;nbsp; is of type object and not integer because of which it is failing.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;you need to provide a specific value from that output.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Sample :&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;As seen the output of any lookup value is as the above format.&lt;/P&gt;
&lt;P&gt;Can you please share the screenshot of the lookup&amp;nbsp; output value and which value you are trying to convert to Int? Based on that we can help further&lt;/P&gt;</description>
      <pubDate>Thu, 04 Apr 2024 03:38:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Object-type-value-conversion-to-INT/m-p/3809212#M2410</guid>
      <dc:creator>NandanHegde</dc:creator>
      <dc:date>2024-04-04T03:38:02Z</dc:date>
    </item>
    <item>
      <title>Re: Object type value conversion to INT</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Object-type-value-conversion-to-INT/m-p/3811555#M2436</link>
      <description>&lt;P&gt;Hi&lt;BR /&gt;If firstrow is enabled then you have to use this syntax&lt;BR /&gt;&lt;SPAN&gt;&lt;STRONG&gt;@greater(int(activity('LookupActivity').output.firstRow.[name of the attribute you want to compare]),0)&lt;/STRONG&gt;&lt;BR /&gt;&lt;/SPAN&gt;If firstrow is disabled, then you have to use the following:&lt;BR /&gt;&lt;STRONG&gt;@greater(int(activity('lookupActivity').output.value[0].[name of the attribute you want to compare]),0)&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Apr 2024 16:58:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Object-type-value-conversion-to-INT/m-p/3811555#M2436</guid>
      <dc:creator>Ayybee</dc:creator>
      <dc:date>2024-04-04T16:58:49Z</dc:date>
    </item>
    <item>
      <title>Re: Object type value conversion to INT</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Object-type-value-conversion-to-INT/m-p/3812693#M2440</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="702339" data-lia-user-login="krishn" class="lia-mention lia-mention-user"&gt;krishn&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;We haven’t heard from you on the last response and was just checking back to see if you have a resolution yet .&lt;BR /&gt;In case if you have any resolution please do share that same with the community as it can be helpful to others . &lt;BR /&gt;Otherwise, will respond back with the more details and we will try to help .&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2024 07:01:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Object-type-value-conversion-to-INT/m-p/3812693#M2440</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-04-05T07:01:46Z</dc:date>
    </item>
    <item>
      <title>Re: Object type value conversion to INT</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/Object-type-value-conversion-to-INT/m-p/3819183#M2478</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="702339" data-lia-user-login="krishn" class="lia-mention lia-mention-user"&gt;krishn&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We haven’t heard from you on the last response and was just checking back to see if you have a resolution yet .&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In case if you have any resolution please do share that same with the community as it can be helpful to others .&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Otherwise, will respond back with the more details and we will try to help .&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Apr 2024 11:22:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/Object-type-value-conversion-to-INT/m-p/3819183#M2478</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-04-08T11:22:58Z</dc:date>
    </item>
  </channel>
</rss>

