Hello,
I am attempting to build a Power Automate Flow that will email only the answers from questions and not blank or empty fields.
I have looked at other threads on here that appear to have the answer but it will not work for me. Attached screen shots showing what I am attempting to acheive:-
Flow.png - The Flow in detail
email.png - What is emailed to me once a MS Form is submitted
The 'Compose' variables inputs in the flow are:-
if(equals(outputs('Get_response_details')?['body/ra8c7bc18d28b4d069116548b45a6454e'],''),null,concat('Question1: ',outputs('Get_response_details')?['body/ra8c7bc18d28b4d069116548b45a6454e'],'<br>'))
if(equals(outputs('Get_response_details')?['body/r7c31be52dcc74bbb8d24591d7045fccd'],''),null,concat('Question2: ',outputs('Get_response_details')?['body/r7c31be52dcc74bbb8d24591d7045fccd'],'<br>'))
if(equals(outputs('Get_response_details')?['body/rc46a442e84ad4e4e80833653bfe07da5'],''),null,concat('Question3: ',outputs('Get_response_details')?['body/rc46a442e84ad4e4e80833653bfe07da5'],'<br>'))
Thanks
Tim