Hi All,
I'm trying to use Power Automate with some email records and have come to an issue with ;'s in the array I have.
This is the array I have (below) and I'd like to remove the semi-colon (;) from the end of the email addresses.
I went down the path of converting the array to a string, then using split to turn it back into an array (using ; as the delimiter), which removed the ; but I ended up with more unwanted characters than I had previously (see below).
I was hoping that someone had a non-convoluted way to solve my issue, of simply removing the ; symbols from the array stored in varQuickCampCandEmailAdd......