Hi @wiredupjax,
Yes, if it is a Yes/No type, it will have the same issue. If it is a simple choice type, it will not has additional '\n'.
So, as a workaround, you could use the simple choice, set the options to Yes/No:
Or you could use the uriComponent() function to convert the '\n' into URI code '%0A', then use replace() function to remove the '%0A', then use the decodeUriComponent() function convert it back:
decodeUriComponent(replace(uriComponent(triggerBody()?['QuestionName']),'%0A',''))

Best Regards,
Community Support Team _ Lin Tu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.