Hi, i have a custom scripts method for generating uniqueId and use it like below
when i sent a batch request(contain two request dto) from blazor wasm application the scripts method only trigger once. how can i get it works on every single request in batch request?