Hi Evan,
I frequently used the bulk import function for custom assets using JSON. Recently, I observed that the function is not working properly. Although the screen message indicates that the import is successful, the actual values are not stored in the table.
Example below, I imported values for 31 Mar 2026 but it is not shown in the table.
Can you please look into this?
Sample values for your reference and testing
{
"data": [
{
"items": [
{
"nav": 206.19,
"time": 1743379200000
}
]
}
]
}
