Hi all,
I'm working on integrating my first Custom Entity Extraction model from AI Builder into a Power Automate flow.
The entities I've created in the custom model are:
- Sender Email
- Subject
- Policy Name (which can have multiple occurrences in the text that this model will be consuming from email bodies).
The model seems to be grabbing all the appropriate entities just find, so I want to setup a Flow to test it manually where each of the extracted entities would be mapped into fields on a SharePoint list. So there'd be an action to create an item and map the values to fields for Sender Email and Subject, and then a "For Each" action that would add each occurrence of a policy name to a third field.
The issue I'm running into is that the dynamic content doesn't seem to show each unique type of entity from the custom model. I see something like this when going to map dynamic content to the fields on the "Create Item" action:
For comparison, when I was messing around with the standard Invoice Extraction model, each type of entity was just automatically available in the dynamic content to choose from and map to wherever it was needed:
Is there a configuration or some other option I need to change in order for each of the three entities on my custom model to show up automatically as dynamic content, or is that only available on the standard models?
If there's no way to automatically get the entities from a custom model to appear in dynamic content, is there a best practice for extracting those values from the output of the Extraction action (variables, compose actions, etc) in order to sperate out each type properly?
Thanks