Hi all,
I'm trying to create a segment with a behavior block. It keeps going to error state after I go live but now I can't delete the segment and start over. Any idea why this is?
Hey Felicia!
I had a similar problem and a nice member of this community helped me get it sorted. I saved the answer just in case—hopefully it will help you as well. Props to that person, if they see this!
Go into the segment with the error state and fetch the segment ID. Open up Chrome DevTools (F12) and go to console. Add your segment ID into the code below, then copy and paste into the console.
var data = { "statuscode": 192350000 }
var request = await fetch("/api/data/v9.0/msdyncrm_segments(PUT SEGMENT ID HERE)", {"method": "PATCH", "headers": {"content-type": "application/json"}, "body": JSON.stringify(data)});
console.log(request.status);
Hi
Is this still an issue? If so, can you please contact technical support as this could be a bug
Hi,
Would you please share the error message if there is any or some screenshots about it?
André Arnaud de Cal...
292,031
Super User 2025 Season 1
Martin Dráb
230,868
Most Valuable Professional
nmaenpaa
101,156