I've created a table in Excel with line items like: !import-table --Name-Of-Table --hide !import-table-item --Name-Of-Table --The party encounters **[[1d2]] Ankheg(s)** --5 !import-table-item --Name-Of-Table --The party encounters **a Basilisk** --2 !import-table-item --Name-Of-Table --The party encounters **[[1d8]] Needle Blight(s)** --4 When I copy and paste that list into the chat window, everything looks exactly as it should. But when I hit enter and the table is created the line items are modified to read: The party encounters **$[[0]] Ankheg(s)** The party encounters **a Basilisk** The party encounters **$[[0]] Needle Blight(s) What am I missing? Does the TableExport API not play well with the RecursiveTable API on import? I've tried removing the ** and the (s) but that does not fix the issue.