Subworkflow Reporting Null

Hey,

I’ve looked all over for the answer to this. I have a workflow that sends a YouTube Playlist Id through to an Execute Sub Workflow node. Output: [

{

“playlistId”: “UUFFcwkl0uIjVygongBV3FHQ”

}

]

The subworkflow, no matter what I do, outputs the following:

[

{

“playlistId”: null

}

]

I’ve tried everything the AI has suggested. If you have any advice, that would be amazing as I’m very new to this. Thank you in advance!





Hi there, welcome to the community

i tried to recreate your workflow, but it works fine for me


maybe some tips is that, if you want to see the execution of the sub workflow, always use the button view sub-execution so it will bring you to the right execution of the subworkflow

and make sure there are no typos between the field name on the parent and on the sub

maybe one is using playlistId (with capital i) and one is playlistId (using small case L) who knows : v

Hi there, try selecting the ‘Accept all data’ option in the ‘Input data mode’ field and see if the issue still persists

I appreciate the responses! Thank you so much. I think my mistake was the following:

I was looking at my workflow and sub-workflow in two separate windows. When I just ran the sub-workflow I would receive the ‘null’ error. I realized that clicking the ‘view sub execution’ from the parent workflow takes me to an instance of the sub-workflow where it does receive and does receive the correct output.

Thanks again for your help!