Can datastore be used with python?

I can reach datastore from nodejs, but I couldn’t find python implementation in documents. Do you have it on your roadmap?

Hi @fturan

That’s correct we currently don’t have a Python implementation of Data Stores yet.

However you can use the pre-built Data Store actions or a Data Store interaction in a Node.js code step - then consume that as a step export.

For example, add a Data Store - Get Record step to your workflow, which will then expose that data under steps.get_record.$return_value so you can reference it in your Python step.

Hope this helps!

1 Like