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
Pragya Pandey
2 answers
5
Hi,
You can achieive this by providing default value in attribute level as shown below
answered
Stella D
0
Is there a way to default the value to the value of another column (without using a microflow)? Something like