mattwestjames
Contributor II
21 days agoLow Code Step: store_data
Does anyone have an example of using the low code step: store_data?
I have no problems storing the data, but trying to pass it to the next html step with the data being the URI.
low_code:
id: ID-1
version: 2
steps:
- http:
uri: /type/10
- json
- jmespath:
value: "employee[0].URI"
- store_data: storage_key
How do I call the stored value? I tried just putting in result_container.metadata["storage_key"] but that is not working. I expect there is some part of syntax I'm getting wrong.
Doc Used: https://docs.sciencelogic.com/dev-docs/low_code_tools_v102/steps/available_steps.html#steps-store-data