Hi everyone,
I am trying to schedule a flow that would update a Customed Look up - field with dates once a week.
Unfortunately I am getting this error message and I am not sure what the issue is with my syntax:
resource-not-found-for-the-segment-
I have attached screenshots of my flow:
Thanks in advance for your help
What datatype is that field exactly? If you need to update the record then it is the "Update a record" action. Make sure you use the Common Data Service (current connector) but to use that connection you need to create your flow from a solution.
Also you can try setting date(<value>).
Thanks for your response @EricRegnier . In both area "List Record" & "Update Record" I get this error msg: 'Entity Name' is required
I am assuming I need to reference the Entity where the field gets updated...or Should I use a different action?
Hi @Nelltc83,
If you're trying to update a DateTime field then you don't need to set the <entity name>(<data>). That is only for lookup fields. Try setting the date directly. Hope this helps..