I have an interesting issue I'm hoping you can help with.
What I currently have (works fine) :
- PowerApp connected to a Sharepiont Custom List
- Flow that grabs each new record from SP list, creates a .doc, converts .doc to .pdf
- Flow uploads .pdf to a SP Document Library
I need to conditionally format some of the items in the .pdf in red based on what is entered in the PowerApp.
Example:
- If user marks a question in the PowerApp with "Exceptions Taken", I need the final .pdf to turn that item red to attract the eyes of the person reading.
Anyone know of a way to accomplish this somewhere in the Flow? I'm thinking of a way to grab the .doc and apply conditional formatting there, but I dont' know how to go about it.
Thank you