
Announcements
Hi,
I am trying to populate a Word Document, that has to be filled with some check marks. Now as far as i know, it is only possible to fill out Text fields, that use the "Plain-Text" format.
My idea was just to use "x" as a check mark and that when the user ticks a box in power apps, it should just fill the specific text field as "x". But my problem is that every single text field is required to be filled out when i try to test the flow.
I also looked at the code and all the Inputs are in the "required" field, but i cant edit the code in "Peek Code" because it states that its in Read Only Mode.
Is there any solution to this?
Thank you for the answer, but unfortunately we dont have a Encodian license here as far as i know.
Also i found it, how i can make the text field optional for PowerApps V2 but unfortunately, when i run the Flow i get this error:
"Unable to process template language expressions in action 'Populate_a_Microsoft_Word_template' inputs at line '0' and column '0': 'The template language expression 'triggerBody()['text_9']' cannot be evaluated because property 'text_9' doesn't exist, available properties are 'text, text_2, text_5, text_8'. Please see https://aka.ms/logicexpressions for usage details.'."