Hi everyone,
I am planning to work on Power Automate with an Office 365 E3 license. My Power Automate flow will be begins with a 'When an HTTP request is received' trigger, which receives a JSON array containing 40,000 to 50,000 records from another platform.
I need to process these records based on specific conditions to send 'nudges' on different time via Microsoft Teams using the 'Post adaptive card and wait for a response' action.
Note: The logic will also involve the 'Run a prompt' (AI) action for data translation, 'Compose' steps, and 'Apply to each' loops, and I only have Dataverse (CDS) for storage as option.
What is the best approach to implement this scenario effectively in Power Automate?