Getting error while executing the workflow from Desktop designer and alteryx server. Here is the error message "Error: Designer x64: The Designer x64 reported: You found a bug and a crash report was automatically sent to Alteryx. Contact customer support for assistance. Reference-ID:c36d9304-7321-4119-a7ba-b9d757412b91". Can anyone help me about the error and how to fix the error. Appreciate your help in advance.
You’re going to need to be a bit more specific than that. Any images / workflow assets / logic explanation?
Have you tested on your own Desktop environment and are there specific considerations?
You should also start a ticket with Support as indicated in the interim
As @caltang mentioned, without context we cannot really tell much. This is an error that is rare but pops up when something is broken. There can be many reasons this happens, and most times when I have encountered this error, it was resolved by changing the approach I was taking in my workflow.
Check if you are hitting memory limit, see if any tool is generating a large data and consuming lot of memory. If you are using db, see if you are not taking in large amount of data.
Turn off AMP and try once.
Break the workflow into chunks to identify where it is occurring, add containers in steps let's say three big containers, keep only first one on and run the workflow. If it runs successfully then turn on just first and second and run again and so on. You will know which piece is breaking it.
If nothing helps, as @alexnajm suggested, raise a ticket.