Hi @LM123,
Could you please show me how you configure your approval?
I think there is no null value in your response details.
If you use a value in a field that might have a null value you can use coalesce to replace it with an empty string.
coalesce(outputs('valueyouwant'),'N/A')