인프런 커뮤니티 질문&답변
21강 카테고리 분류에서 아래와 같이 항목을 못 불러 옵니다.
해결된 질문
작성
·
20
·
수정됨
답변 3
0
0
stylebygio
질문자


Paired item data for item from node 'Category2JSON' is unavailable. Ensure 'Category2JSON' is providing the required output.
An expression here won't work because it uses .item and n8n can't figure out the matching item. You can either:
Add the missing information to the node 'Category2JSON'
Or use
.first(),.last()or.all()[index]instead of.item
이렇게 에러가 납니다.
0








TitleAI 부터 확인해봐야 할듯 한데요? 일단 현재
.item을 사용할 수 없으니.first()로 변경을 해보시고 제목을 제대로 가져오는지부터 확인해봐야 할듯 합니다. 그런데 왜 TitleAI가 결과를 그런 형식으로 출력하는지 궁금하네요.