Hello, I`m not sure if Power Apps would be the tool for this job, or if I need to use a combination of VBA and C# instead.
I have a word document some 300 pages with different sections. Those sections have fillable fields amongst paragraphs. Including radio boxes and check boxes.
When I save this document under a different name it will be with only a small selection of the sections available, depending on the client I have.
So each time I open the word doc, I need to delete all the sections I dont need, to format the document with just the sections I do need. Time consuming.
I wanted to appify this whole process as follows:
1. I open an app page (can be cloud based) with all the sections for the document listed with check boxes.
I check a tick box for each section that I want to compile in a word document.
2. On the next page, the fillable fields from those sections I choose are then presented to me so that I can fill them all in consecutively without having to scroll between sections in the original document.
3. After filling in the fields, I can then compile those filled sections into a word doc with one click, and can make additions or edits to the word doc from there.
Can I build this in power Apps? I think it would need more customized coding ability than a drag and drop app builder...? regards,