Skip to main content

Notifications

Power Automate - Using Connectors
Unanswered

Filtering using Get Records from a D365FO Connector

(0) ShareShare
ReportReport
Posted on by

I'm trying to filter D365FO in a Flow by using the Get Records item.
Im using the Entity "Customers" and I'm trying to retrieve all records where OnHoldStatus is gretaher than 0.
In fact, this field is originally an Enum field in D365FO
I have tried following Filter Query expressions:

1.- Onholdstatus gt 0

2.- Onholdstatus eq 'All'

But no one of both works. When running flow I get an error of mismatch types of comparison items, with integer or stream.

How can I formulate the Filter Query Expression properly?

 

Thanks.

 

 

 

  • PytByt Profile Picture
    PytByt 943 on at
    Re: Filtering using Get Records from a D365FO Connector

    Hi @agperezc 

    Have you solved your issue? 
    I have similar issue which is:
    1. Get records from D365FO Entity

    2. Filter it based on status

    3. Store it in Sharepoint

    Could you please help me?

    Thanks.
    pytbyt

  • dynamiacs Profile Picture
    dynamiacs 63 on at
    Re: Filtering using Get Records from a D365FO Connector

    hi,

     

    for enum fields you have to filter in another way than "normal" fields.

     

    Try this one for your topic:

     

    OnHoldStatus gt Microsoft.Dynamics.DataEntities.CustVendorBlocked'No'

     

    Then you will receive f.e. the following Customer Accounts:

    Account OnHold
    US-008 Invoice
    US-041 All
  • Re: Filtering using Get Records from a D365FO Connector

    Hey, @agperezc!

    Thank you for posting on the Flow Community Forum! It appears as though @v-yuazh-msft would like some more information in order to further assist you properly with your issue. Please share any additional information that was requested in order to decrease the amount of time that it will take for you to be assisted!

    Thank you for being an active member of the Flow Community!

    -Gabriel
    Flow Community Manager

  • v-yuazh-msft Profile Picture
    v-yuazh-msft on at
    Re: Filtering using Get Records from a D365FO Connector

    Hi @agperezc,

     

    Could you please share more details about the OnHoldStatus column in the sharepoint list?

    I have made a test on my side to create a OnHoldStatus column in the sharepoint list as below:

    Capture.PNG

     

    Please refer to screenshot below to create the flow:

    Capture.PNG

    The expression in the Filter array as below:

    @greater(int(item()?['OnHoldStatus']?['Value']), 0)

    The flow would run successfully as below:

    Capture.PNG

     

    Best regards,

    Alice

     

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Microsoft Kickstarter Events…

Register for Microsoft Kickstarter Events…

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Announcing Forum Attachment Improvements!

We're excited to announce that attachments for replies in forums and improved…

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 145,475

#2
RandyHayes Profile Picture

RandyHayes 76,287

#3
Pstork1 Profile Picture

Pstork1 64,767

Leaderboard

Featured topics