This topic was automatically generated from Slack. You can find the original thread here.
Since yesterday, the passing of data between steps seems to not work anymore. Odd thing, when I copy the path to a return value from another step, the path looks different than usual:
Hi . Thank you for your fast reply. Before yesterday, when I copied a path, the old version was applied. I just copied the path again to post it here, and now, the old version is copied (correctly) again. But as you asked, this will be the error you get.
The issue I’m facing at the moment is that no data is passed from task to task. This happened out of a sudden without a change to the code from my side…
Yesterday, I was working on my code. All of a sudden, the action didn’t produce any output.
As it was late, I let it sit.
Today, the issue is still the same. And I tried starting to debug. Then I checked for the path to prior actions. I just copied the path to the value, and got the path you asked.
The path you copied is the path for Custom Expression that will be used for Props (the part with brackets {{ steps.get_images_from_wp.$return_value }}) as the image below. The path there is actually Node.js code, which the Custom Expression will evaluate to a value.
Though you can not use that path in your Python code (since the path is for Node.js). You’ll need to use pd.steps["get_auth_tokens"]["$return_value"]["wp_auth_header"]