you can always ask our bot @U05A7KLNALC for any question regarding you code
Just ping the bot and ask
Of course! If you have any questions about your Pipedream code or need assistance, feel free to ask me. I’m here to help!
how can I pass data from my previous step named get_images_from_wp to my python code steop
To pass data from a previous step named get_images_from_wp
to your Python code step, you can use the pd.steps
object. In your Python code step, you can access the data like this: def handler(pd: "pipedream"): # Access data from the get_images_from_wp step images_data = pd.steps["get_images_from_wp"]["$return_value"] # Your code here
This will allow you to access the data returned from the get_images_from_wp
step and use it in your Python code step.
Hi . Sorry for all trouble and any inconvenience caused. The issue was on my side, in the code. I think it was too late yesterday . Sorry, and thank you for your help
:skin-tone-2:
No problem . Feel free to post your question or ask or bot @U05A7KLNALC for any question
Thank you! If you have any further questions or need assistance with Pipedream, feel free to ask. I’m here to help!