Issue:
env: prod
org: CSJ UAT
Form name: Outreach Registration
Rule in Form element group: 'Location of Outreach'
Address Details - Village
is Location concept type. When done the below, UUID of the selected Village is getting logged.
const villageName = individual.getObservationReadableValue("Address Details - Village");
console.log('villageName--->',villageName);
Expected:
When done the above, the name of the Village should get logged instead of UUID.
Technical analysis:
We have not handled for Location
concept datatype here