Hi, I have a flow (see image) which pulls data from SharePoint Online site. On the SharePoint site, the toggle value is "Yes" or "No" but somehow on Flow it converts those values to "true" and "false" when I copy the data to onto a Word doc. Values below contains either "Yes" or "No":
Flow Word Screenshot

Is there a way to convert the values back to "Yes" and "No" instead of true and false?
Also, can I change the font size and color of these values?
To give you more idea of how what I'm doing:
1) I created a PowerApps Form for users to enter data and toggle "Yes" or "No" questions
2) SharePoint Online stores these datas
3) Flow takes these datas and insert it into a Document Library on SharePoint
4) On Document Library, there's a Word template that uses Quick Parts to display these data and that's where it shows "true" and "false" instead of Yes and No
Any help is much appreciated!