
Announcements
I have a flow that triggers when a new form is submitted, I want to add an expression to replace the value in one of the questions as follows :
scenario 1:
input: ABC@DCA.com
output: ABC@TEST.COM
scenario 2 :
input: ABC@DCA.com/ZXD@DXR.COM
output: ABC@TEST.COM;ZXD@TEST.COM
scenario 3 :
input: ABC@DCA.com/ZXD@DXR.COM/OMC@GMA.COM
output: ABC@TEST.COM;ZXD@TEST.COM;OMC@TEST.COM