Skip to content
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.

Commit

Permalink
Merge pull request #664 from hmcts/hmis-1143-dev
Browse files Browse the repository at this point in the history
Hmis 1143 dev
  • Loading branch information
Ravipati89 authored Jan 24, 2023
2 parents a265491 + 5aaf947 commit a97887d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,7 @@
"type": "SetVariable",
"inputs": {
"name": "jsonJohs",
"value": "{\n \"isPresiding\": @{tolower(string(equals(items('For_each_schedule_in_session')?['slot'], 'CHAIR')))},\n \"johId\": \"@{body('Get_joh_for_schedule')?['RowKey']}\",\n \"slot\": \"@{items('For_each_schedule_in_session')?['slot']}\"\n}"
"value": "{\n \"isPresiding\": @{tolower(string(equals(items('For_each_schedule_in_session')?['slot'], 'CHAIR')))},\n \"johId\": \"@{body('Get_joh_for_schedule')?['emailAddress']}\",\n \"slot\": \"@{items('For_each_schedule_in_session')?['slot']}\"\n}"
}
},
"Set_variable_scheduleErrorBody": {
Expand Down

0 comments on commit a97887d

Please sign in to comment.