Skip to main content

Since there are only 2 endpoints = initialize and submit, how do I create multiple canvases for my app? My app has 2 forms, filling the first leads to second, and filling that displays a message. Since thats 3 canvases in all, I'm wondering how it's done.

Hey @ahmad f​, you would use multiple submit responses and use the details in each submit request from the previous canvas to determine what canvas to next respond with.


Thanks a lot!


Reply