Main workflow - workflow inputs missing

Hi, I’m new to n8n and building a workflow that is using a tool calling a n8n sub workflow. As shown in figure, I am unable to pass values to the sub workflow “row lookup” as the workflow input fields are missing that I can pass to the sub workflow.

Why would this be happening?

Thanks,
Ryan

Hey @Ryan_Miranda, welcome to the n8n community.

You need to make sure that the Trigger in the other workflow is configured correctly and does include the desired fields and even more important: the workflow you want to call needs to be published before. Otherwise the configured fields won’t show up.

Brilliant! thanks Ben. that worked. :slight_smile: