Entity Column Name

How can i get the column name for a record in data service entity of UiPath Apps? What is the syntax for it?

Hi @Firoz_Kutty

Try the below one,

Entity.Columnname.Value

Hope it helps!!

Hi @Firoz_Kutty

Check the below thread

This returns only the recordId. Not the column name of the record that is needed

Can you show an example here cause I tried and it doesn’t work