Status code error- DAP-RT-1101 for content generation activity

Hi @kevinj

Open the HTTP Request activity and increase the Timeout value to a higher number, like 60000 ms for 60 seconds. Next, use the Retry Scope activity to wrap the HTTP Request, set the Retry Count to around 3 and Interval to 5 seconds, ensuring it retries a few times before failing. Lastly, wrap the HTTP Request in a Try Catch block to handle any TimeoutException and either retry or log the error as needed.

Happy Automation