How to set default value for null/empty columns

1
I have a datagrid where there is a column Designation coming from Employee entity. If designation is null, the default value should come as 'NA’. If i try changing the default value from the column properties as shown below, it shows empty form despite data in it.
asked
2 answers
5

Hi, 

You can achieive this by providing default value in attribute level as shown below

answered
0

Is there a way to default the value to the value of another column (without using a microflow)? Something like

MonthName =/Table$column

answered