Open legendof-selda opened 3 years ago
Hi @legendof-selda,
Thank you for reaching out! Yes, we've recently seen issues where strings appear to receive an extra set of quotes; although I haven't seen it in occur in the case of external events yet. I'm relieved to hear that there's a straightforward workaround though.
We're soon to plan for an upcoming release. So I'll look to add this as an issue to prioritize for then!
🐛 Raise Event adds
"
in result When we raise an event from an activity, when picked up by the orchestrator function double quotes are added inresult
attribute.The Orchestration function
The ApprovalTrigger which is a QueueTrigger function
And yes, in queue the double quotes are not being added. Its being added when the orchestrator receives the event.
🤔 Expected behavior\' not \'\"\"\' . For now we can use
approval_approved_task.result
must give out result \'approval_approved_task.result.replace('\"','') == approval_code
☕ Steps to reproduce
⚡If deployed to Azure