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 @ 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
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"><... >
<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 >
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
Watch Nick Doelman's session from the 2020 Power Platform Community Conference on demand!
User | Count |
---|---|
45 | |
41 | |
36 | |
36 | |
22 |
User | Count |
---|---|
40 | |
36 | |
28 | |
27 | |
27 |