Skip to main content
Community site session details

Community site session details

Session Id :
Power Automate - Building Flows
Unanswered

Approval Flow Error with Cascading list

(0) ShareShare
ReportReport
Posted on by

Hi,

 

I created an approval flow with a custom list and I'm getting an error if I add a cascading list category.  Any advice would be helpful.  Thank you. 

  • Community Power Platform Member Profile Picture
    on at
    Re: Approval Flow Error with Cascading list

    Hi Alice,

     

    Is there a way to paste a screen shot here?  I don't see any option.  Below is the code I use to do the Cascading list for my custom list.  It's base on Region and Location.  Let me know how I can share the screen shot of my flow configuration and the weird output email I get.  Thank you again for your help.  

     

    <script type="text/javascript" src="//code.jquery.com/jquery-1.11.0.min.js"></script>
    <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery.SPServices/2014.02/jquery.SPServices-2014.02.min.js"></script >


    <SharePoint:SoapDiscoveryLink runat="server" />
    <SharePoint:AjaxDelta id="DeltaPlaceHolderAdditionalPageHead" Container="false" runat="server">
    <asp:ContentPlaceHolder id="PlaceHolderAdditionalPageHead" runat="server" />

    <script type="text/javascript">
    $(document).ready(function(){
    $().SPServices.SPCascadeDropdowns({
    relationshipList: "Location",
    relationshipListParentColumn: "Region",
    relationshipListChildColumn: "Title",
    parentColumn: "Region",
    childColumn: "Location",
    debug: true


    })
    })

    </script >

     

     

     

     

  • v-yuazh-msft Profile Picture
    on at
    Re: Approval Flow Error with Cascading list

    Hi @ INVGC,

     

    Could you please share a screenshot of the configuration of your flow?

    Could you please share more details about the error that you meet?

     

    Which service do you use to create the cascading list in?

    Please share more details so we could try to help you.

     

    Regards,
    Alice Zhang

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

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 497 Super User 2025 Season 1

#2
David_MA Profile Picture

David_MA 436 Super User 2025 Season 1

#3
Riyaz_riz11 Profile Picture

Riyaz_riz11 244 Super User 2025 Season 1