Hi i'm trying to update a row in Dataverse but it giving me this error "Resource not found for the segment 'cdm_company'"
I tried some things but not working here i get the column
and here my script
And here's the response
When working with lookups you have to use the LogicalCollectionName. It is usually the table's LogicalName with a string appended depending on the table's last character. If table LogicalName ends with:
The value that you need to store in your variable is only the GUID and you need to remove the slash at the beginning, please use one of the syntaxes below:
Additionally, seems like the value you are retrieving is for Business unit, which should be from businessunit table but you are using the cdm_company table, are you sure this is the right table/column you need to update or to retrieve the value from? If you still have issues can you explain how the tables schema is?