When I try a simple flow to create records after a record created I get a "Resource not found for the segment" error.
I've tried all the options suggested elsewhere.
Clients(GUID)
/Clients(GUID)
/Clients/GUID
GUID
I also tried c9_memberships(GUID) (which is the field name)
GUID on it's own, and c9_memberships(GUID) returns the error "Resource not found for the segment 'f5e89b62-36d9-e911-a813-000d3a86d655'."
all the others return the error "Resource not found for the segment 'Clients'.)
I get this for both the standard Common Data Service trigger, and the Common Data Service (Current Environment) trigger.
Shouldn't this just work with the GUID?
Any suggestions?
Hi @mrpowergage ,
Just to update plural name highlighted is not schema name whereas c9_membership is .
Thanks
Thanks, but I'm pretty sure I am:
I'm recreating the flow from scratch using the standard CDS trigger, and that seems to be doing the trick.
Hi @mrpowergage ,
In order to refer to lookup value you should be using plural schema name of entity and not display name. Look for your customization prefix of entity and use it , eg. new_clients .
http://linnzawwin.blogspot.com/2019/11/power-automate-how-to-set-lookup-field.html
Thanks
Michael E. Gernaey
497
Super User 2025 Season 2
David_MA
436
Super User 2025 Season 2
Riyaz_riz11
244
Super User 2025 Season 2