Hi team,
I have a simple flow where the response from a MS Form is created in a SharePoint list. The form has some branching means some Yes/No questions won't appear to the end user.
I was trying to account for that by looking at empty values and sending across a null value to the single choice field but it still populates a value of "No" despite the column being set to no default value and for the column to not require information within it.
if(empty(outputs('Get_response_details')?['body/r1e478abddb9240a18ad7d7072ff5696e']),null,outputs('Get_response_details')?['body/r1e478abddb9240a18ad7d7072ff5696e'])
Any support would be most welcome :)
Thanks
smods