Hi all,
I have a flow that use 2 AI builder (custom category classification model and Entity extraction custom model).
The flow triggered by reading incoming email that contain a certain keyword in the subject, email subject that matched the criteria will be transform from html to text in the flow.
Then, the Custom Category Classification model will analyze the text and classify the provided text. The Entity Extraction Custom model will need to identify two types of information (Ref ID and CountryPostalCode) in the flow.
After these steps, the flow will need to update a Dataverse table according to the Ref ID. (Ref ID is actually the unique identifier from the Dataverse table).
The challenge that I faced with is that I couldn't filter to update with only a specific row in the Dataverse table. I will only be needing to use Ref ID to filter my dataverse table. I tried to filter with the Dynamic Content of 'Entity Value' but that will count the CountryPostalCode as value too and causing my flow failing.
How do I get the flow to filter only Ref ID so it can update my Dataverse table. Below attached my flow as a reference.
Thank you.





