Why spin's response can't be saved to process variable?

Hi,
Im trying to save spin response in process variable but it always shows as null. If we extract out of it in same script then extracted value(string/number/boolean) will get stored and same can be seen in cockpit.

Am I missing something?
image

I do have below maven dependency:

org.camunda.bpm
camunda-engine-plugin-spin

<dependency>
  <groupId>org.camunda.spin</groupId>
  <artifactId>camunda-spin-dataformat-all</artifactId>
</dependency>

Hi @camundabpmlearner
can you share the bpmn model?

1 Like

I tried in wrong way, sorry. its working now.