Variable fields for trello

Describe the problem/error/question

Hey.

I’m new to this, so I hope my question might be a bit basic.

I’m trying to set up an AI agent with the task of collecting orderinformation when order is submittet.

When info in collected i want the agent to creat / update a Trello card.

Title of the trello card. First part should be from the data AI agent collected. But i cannot create the correct variables for this. Second part is ordernumber, i want it to start at 1000 and count up for every placed order.

What is the error message (if any)?

Please share your workflow

I'm trying two ways. Green is through a webhook. 
I'm using webhook because agent is creating a card in trello for every input. So webhook is a filter. - I cannot get it to tho.

Pink. 
Trello as a tool. 
But there's not place for the varibles in the title in the trello node. So thats why I'm using the code tool, to create my own variable. 


Share the output returned by the last node

Information on your n8n setup

  • n8n version: Using trial, dont know version
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app): cloud
  • Operating system: windodws

Hi @Petter ,

it is really neccessary to extract the data of an order with AI?
Where does an order come from? Can you provide an expample data?
Most of all shop systems do send such kind of data formatted as JSON.

Maybe not tha basic data. The first info of the order will come from “jotform trigger”(for now, this will change).

The idéa is to collect all missing information (might be alot), with AI chat, mail etc. And the process into a trello card with correct title.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.