I was wondering if it was possible to pass arguments/parameters between projects.
For example you have a project called Data receiver, and another project called HTML builder. You get the data in the Data receiver and then pass on some of the data variables into HTML builder. Kind of like a separate class or library it can call on.
Is this possible, or does it all have to be in one project where you’re passing arguments between workflows.
From receiver add data to asset and in sender get it
Set asset and get asset can be use
If the datatypes are complete then use a shared location and a file to pass info or serialize the varaibles and then add to asset and then deserialize again