Importing into Project / tasks from Trello

Hi, I’m attempting to import 30 Trello cards in a project-board, into ERPnext’s Projects/tasks.
I’m using Pipedream (it’s similar to Zapier) with node.js script that is successfully connecting to Trello and ERPnext (Pipedream correctly displays the data that’s being sent), but it’s not arriving at ERPnext, I was expecting it to generate a Project with tasks.

I used the Administrator’s APi key and secret (connects successfully without Access errors). My Administrator permissions are set to ‘everything’ so It should be able to write Project and tasks.

Is there a log in ERPnext to check for errors at this end?