For one of my projects, I'm using a custom JS library to execute some business logic on data I'm fetching from an API to create the "Master Data" for the apps I create. There are a few steps to the process, which are defined in a module that I include in all my apps so they can all share the same master data, that gets calculated live. I would like to be able to use this "Master data" in a workflow, but workflows can't use custom libraries, and they don't seem to be able to use my modules as a data point. Either one of these features would enable some very useful automation. Let me know if this wasn't clear, or if there's a good workaround I'm not aware of. Thanks,
Peter