I have a requirement to generate a document from an intake form using PowerApps which is connected to the Dataverse. I am able to do this, however, they added the request to only show fields that have a value. Initially I was going to use a Word Template but I do not think it's possible to conditionally show fields if they are blank in MS Word.
Instead, I will be using an HTML table. Is it possible to dynamically check if a field is blank for each column in the record, and hide or show that field in the HTML table with an apply to each action? The form is super duper long, so I am really dreading having to compose an action for each of the conditional fields.