2 respuestas
@Ruchit Patel, I need to parse a large volume of CSV strings into JSON format. I've tried it in batchable apex, but I've got the heap size limit exceeded. so that's why I'm planning to handle it on the client side (LWC). using scheduled flows. Here is why scheduled flows are used to schedule the task daily basis. this is what I want to achieve