Fetch Entity step fetching more than I'm asking fo

Fetch Entity step fetching more than I'm asking fo

Comments

  • [font=Calibri, sans-serif]In short, a fetch entity step is fetching WAY more than I am expecting it to return, and I can’t figure out why. I am inputting the folder ID of the parent folder, and when I look at the folder view for that folder there is only 1 item in it. However, when I do the fetch entity for items in that folder, I get what appear to be ALL entities of that type, not just the one in that folder. Is the “parent folder ID” input being ignored? Am I doing something wrong?[/font]

  • [font=Roboto, Arial, Helvetica, sans-serif]One thing you may try in the Fetch Entities steps in your flow is to set the entity type name to Folder [DecisionsFramework.ServiceLayer.Services.Folder] and the extension type names to those of your Folder Extension and Case Entity respectively, then use the FolderID property from the Folder portion of the entity result from the first fetch step as the input of ParentFolderID in the second fetch step.[/font]

Sign In or Register to comment.