
Announcements
Hi,
i have an array of Approvers is [
"Pending at CFO",
"Pending at CIO",
"Pending at CMO",
"Pending at CRO",
"Pending at CEO"
]
and string variable of VarCurrent it is value is "Pending at CIO".
how can i find the indexof string variable in an array
i have tried like these indexOf(variables('VarApprovers'),variables('VarStatus'))
but im getting error.
can you please help me on these