How to Store Dictionary for Later Reuse in Other Flows

Guys, good afternoon,
I’m trying to create a dictionary where I can reuse it in another step of the process to look up a value with Invoke Workflow File.

When passing new values, code execution works normally, but when I pass a parameter (key) to return a value, the output argument is empty.

My Intention is to populate in a first run the Dictionary and store it (File.xaml) so that I can reuse the data for future queries without having to populate the dictionary every new run, this is possible?

Add the project to the topic, thanks to anyone who can give me guidance on how to proceed.
Dictionary.zip (41.4 KB)

Yes, you can reuse the data of dictionary by converting it to argument and importing the argument in the workflow.

Show us screenshots of your Invoke Workflow parameters, configured the way it fails.

There is no need to save it out to a file and read it back in. You can pass dictionaries as parameters to invoked workflows.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.