I have a Slack dialog that has two SELECTs
and both are pulling data from an external data source. However, the available options of the second SELECT
are entirely depending on the selected value of the first SELECT
. Is it possible that slack can somehow pass the selected value of the first SELECT
to the payload of the second SELECT's
request?
I can't seem to find a way to do it.
Thanks!