Everything has worked so far such as Get-Trelloboard, Get-TrelloList, Get-TrelloCard, New-TrelloCard, and Move-TrelloCard on the same board. When adding the ToBoardName parameter I get the error below. When debugged all variables are populated:
Get-TrelloList : The remote server returned an error: (404) Not Found.
At T:\trello\trello.ps1:48 char:21
-
if (-not ($list = (Get-TrelloList -BoardId $boardId).where({ $_.n ...
-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- CategoryInfo : NotSpecified: (:) [Write-Error], WriteErrorException
- FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,Get-TrelloList
Everything has worked so far such as Get-Trelloboard, Get-TrelloList, Get-TrelloCard, New-TrelloCard, and Move-TrelloCard on the same board. When adding the ToBoardName parameter I get the error below. When debugged all variables are populated:
Get-TrelloList : The remote server returned an error: (404) Not Found.
At T:\trello\trello.ps1:48 char:21