I have a windows legacy process and a windows process. I would like to take a list of strings in the legacy process and bring it over to the windows process. The legacy process uses the MicrosoftTeams.Activities package which is not compatible with windows projects.
I couldn’t find any activities that would help me, and the topics I read on this recommend the Invoke Workflow method, which doesn’t seem to work because of compatibility issues. Are there any solutions cleaner than writing the variable to a text file on the legacy process, and reading the same file on the windows process?