Hi champs,
I want to create a new field and populate the value in this new field (column) based on rest of the fields in a record.
I have created a logic in the workflow, if one of the field name contains LOD, than it will write 1 against it, for all others field names it will write 0.
I want to create a new field called Site Type and the value should be based on the following possible scenarios
Scenarios
1. There is a field with the name that contains LOD (it can be anything which contains LOD, example HCLOD), the value populated in the new field should be "DEM".
2. If there is no field with the name that contains LOD, the value populated in the new field should be "NON DEM".
I have attached the sample extracted for clarity, please note that the number of fields can be different each time and the position of the field names containing LOD can be different each time as well.