Opening another dialog box after submitting one in Slack [closed]

Multi tool use
Opening another dialog box after submitting one in Slack [closed]
I need to submit one dialog box and open another. I tried by creating a button using the webhook in dialog submission but button does not return a trigger_id without which I am not able to open another dialog box. I am using flask with slackclient module for apis.
This question appears to be off-topic. The users who voted to close gave this specific reason:
Please provide a Minimal, Complete, and Verifiable example.
– Andrew Fan
Jul 2 at 19:06
Nothing is working. So there is no point in adding the code here. Please provide some code or docs or link which may be useful.
– Anurag Gupta
Jul 2 at 19:21
1 Answer
1
I believe you can not directly chain together multiple dialogs, but you can submit a new message with a button as result of the first dialog. That can then can be used to create a second dialog when the user clicks it.
As its mentioned in the official documentation:
Chain dialogs together with buttons or menus to serialize phased workflow execution
q0ibPlUykMkbAE r,30gTjosow80W1y,UkvjGRgLZ72yjegee9e63sbMs Eln8 F9XLtj xre30ULMolHZgF Yi56DDddtKUgcQ,MKp
Code? Response? Traceback? Anything useful
– MatejMecka
Jul 2 at 19:05