
I'm getting a segment value from a lookup column in a custom entity. I would like to loop through all contacts in a segment, in Power Flow. How can this be acheived?
Hi Hangry,
can you please describe better your data model? Do you have a scenario like this one:
Or you are in a N:N scenario, where the same contact can belong to multiple segments?
If this is the case you can use a dataverse connector:
This will return all the contacts related to a particular account. You will be able to use a similar configuration to filter based on a segment.
This is the configuration to filter by Parent customer: _parentcustomerid_value eq guid
You will be able to use oData queries filter types to retrieve the correct records.
Best regards,
Mauro De Biasio