Hi all,
I was wondering if it would be possible to get an action, especially for Power Apps, that reads all tokens used in a selected document.
My idea is to have a "dynamic form" based on the tokens used in a template. We could parse the content of a template document into that action, the action then checks all <<[tokens]>> and returns an array/table of the token name and its data type. That table can then be used to build a gallery inside the app to input data without having to build the form.
That action could require lets say to specify what data type the token is by using the Expression Formatting Syntax. A string wouldnt have anything, a number the # and zeros and a date would have a format. If no format is specified in the template, the action would return the data type string.
Thanks!