Write to Data Store results not saving back to process variable

I have the Outputs tab of a Write to Data Store Entity setup where AC!StoredValues is stored as the process variable (PV) that I'm inputtingThe data is successfully written into the DB, but the id is not saved back to the PV.

I don't see a "Modify Variable" or similar activity being done after/during the Write to DSE action.

As a workaround, I've made a custom output to store ac!StoredValues.id into a new pv!id. This works and I use a script to save it to the original PV.

Am I missing something in my attempt to save the entire AC!StoredValues into my PV? Like does it need to be cast or only work with certain datatypes?

  Discussion posts and replies are publicly visible

Parents Reply Children