Hi,
How can you access permanent memory files from c#?
Gerwin van der Kamp [DevOps Enabler] Selected answer as best 4th October 2023
Hi Gerwin,
You will need to define a Script Variable of type Memory. When executing the script, you could use the method GetMemory.
Hope it helps.
Miguel Obregon [SLC] [DevOps Catalyst] Posted new comment 4th October 2023
Hi Gerwin,
I remember I saw a similar question in the past:
https://community.dataminer.services/question/store-permanent-values-that-can-be-access-by-multiple-scripts/?hilite=memory+file
In your use case, the main script will be the custom api. The custom api can trigger a subscript that can read the memory file.
Hope it helps.
follow up question, how can i configure this with an custom api without creating two scripts? So i just want to access one specific memory file from an custom api