Hi,
I have a flow that uses 8 conditions to remove the extra characters from the responses of multiple option questions in a Form and joins them separated by commas. I then include the outputs of these in an email. Problem is the questions are not mandatory so some can be blank. When this occurs the email has outputs separated by multiple commas like this:
Outputs 1, Outputs 2, , Outputs 4, , Outputs 6, , .
I have tried separating each of the outputs in the email body with an expression - if(empty(outputs('Compose_1'),'',', ')) but this just returns an invalid expression.
I am sure this is a simple fix, but I am only new to Power Automate and can't solve this.