
Hi All,
I am trying to send value (captured from BOT) from power automate to salesforce, which breaks if the value has "&" in it.
How to send SF without breaking it, cant encode because the value is picklist in SF.
Thanks
Hi @shanBot,
You could potentially use an expression with the encodeUriComponent function to encode the character:
encodeUriComponent('<value>')
Can you share a screenshot of your Power Automate flow setup? Where are you using the ampersand character. This way I can adapt my example to your setup.