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.
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 >
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
Michael E. Gernaey
497
Super User 2025 Season 1
David_MA
436
Super User 2025 Season 1
Riyaz_riz11
244
Super User 2025 Season 1