
Announcements
I am creating an app to easily input and format event information that will then be copy/pasted into an external platform (moodle) in html.
I currently have an EditForm screen that allows users to input the event information, which is then submitted to an excel worksheet. On the Gallery screen of my app, I have added a "Run" button that runs a flow that gets a row from the excel file, populates a word template with the data, and from that creates a new word document.
The word template is formatted in html such that sections that can be copy/pasted directly into the html editor on moodle.
To avoid having to open each document and individually select/copy/paste each section, I would like to create buttons in the app that would copy the section in the word document to clipboard. Any help on how to approach this would be greatly appreciated!
I am thinking that the buttons could be located on the details view screen for their respective events, but this is neither definite nor a full answer to HOW I would do this.