Hello,
In the UI designer, Once I hit a button I need to create a new case and then redirect to a form of that new case I just created.
I already did the step of creating the case and retreived the case Id(which is a response parameter after I call the api). I just need the part of creating the url to redirect to the task of that created case.
Thank you!