#How to transfer data from modal to button?
2 messages · Page 1 of 1 (latest)
Save the necessary data somewhere (eg a db, Map) with some key and attach that key to the button custom id. Then get that key from the custom id and you'll have access to the data.