:wave: hi there… Does anyone know if the `Task inp...
# prefect-cloud
a
👋 hi there… Does anyone know if the
Task inputs
tab with a task run is supposed to show the actual task inputs/parameters? I’m just seeing `[]`:
Copy code
{
  "df": [
    {
      "inputType": "task_run",
      "id": "xxx"
    }
  ],
  "row": [],
  "index": [],
  "input_column": [],
  "output_column": [],
  "prompt_template": []
}
ah just shows the keys I guess?
upvote 1