I am working with dictionaries collections I tried put into one dictionary other dictionary as value parameter but It is shown an error that mentions “Expression does nor produce a value”.
@RJ_Kadari, Above error is because Cesar Cu is trying to add a value to another dictionary instead of producing a value. i.e Adding a dictionary happens where a value has to be entered.
May I know your complete requirement ?
Hi Dominic,
Thanks, Would like to add below format using dictionary?
{
“label”: “FirstName”,
“Value”: “abc”,
“Mappings”: {
“name”: “FirstName”,
“datatype”: “String”,
“elementType”: “Input”
}
}