In Workflow, how to access a value from a 'Data Mapping' step in a 'Run Script' step

Hi @jchamel ,

I was searching the forum for a way to get the values of the details table via REST API alone. And I stumbled upon this post so I thought to piggy back :slight_smile:

I was following this documentation Data Record Entity Service via rest. I do get the first level of data. But not the details table. I assuming mentioned here that you can output as JSON via datamapping plugin. So Im guessing since you can do that, and these Connect plugins are just a wrapper to REST API. There should be a way for me to do purely scripting/REST.

@Marten any thoughts on the above?

Thanks in advanced.