Html – In Thingsboard, How to make promise synchronous in for loop
`I've made calls to six built-in APIs within a for loop, where each API call depends on the result of the previous one. I've attempted to execute these API calls synchronously; however, due to varying response times, achieving true synchronicity…