Update Entity Record for specific column only

I want to update the approval status column in my entity record for the specific entity record.
I require help in defining the rule under create or update entity records in my app.

image

In this context, is Request_Master in the scope of some DataContext? What’s the structure of this Entity? Is approval status a string or something else?

The expression you’ve written seems syntactically valid, but I don’t think it’s doing what you want it to. If you share your exported .uiapp I’m sure I can help :slight_smile:

(Feel free to DM me if you don’t want to share it publicly on the forum)

1 Like

I may be wrong as I haven’t done this, but it seems to me that he is trying to use the “Update” part of the Create/Update Entity record function. To do this, I believe you need to use a Lookup(Request_Master,[Condition]) in the topmost field and in “Values to set” you simply add the value.

1 Like

I want to update a specific column of entity record and for that, I am using the “Update entity record” activity but the same is creating a new entry instead of updating the entity.