For workflow actions triggered on boardId = 18397494666 & itemId = 11214110651, I'm seeing the itemId is wrongly giving an input of the boardId.
Here’s the setup screen (with the values of body.payload.inputFields on the right):

Here’s the setup for the Item:

Why might this be?
const { inputFields } = body.payload;
console.log(inputFields);Gives:
{
"boardId": "18397494666",
"itemId": "18397494666",
...
}
---
As this looks most likely to be a bug on monday’s end, here’s some metadata for one such automation run:
{
"actionUuid": "4e1f182bca59b6ca14776aa06df008f9",
"triggerUuid": "31e4712253b824058d35d985ebf69429",
"region": "use1",
"recipeId": 3975525,
"integrationId": 529923319
}
