Hello everyone,
When we had Outbound marketing it was possible to deactivate segments (msdyncrm_segments) by using power automate flow. The segments we use are for events and if the event is 4 weeks past its end date a flow deactivates the event. Another flow deactivates the segment.
We want to do the same for segments in Customer Insights.
How can I stop a segment by using Power automate flow? When I select a record in the segment view, the selected segment is called 'msdynmkt_virtualsegment' and when I open te record the segment is called 'msdynmkt_segmentdefinitions'. I can stop the Segment Definition by using flow, but the virtual segment is still in a 'Ready to use' status.
I also tried getting the msdynmkt_virtualsegment and stopping the record, but this is giving me below error:
SDK Message 'Update' is not implemented for entity 'msdynmkt_virtualsegment'.
Is there a way to stop a virtual segment by using power automate flow?