I appreciate you taking the time to read my question. I’ve set up a Slack App which pushes messages to bubble through an interactivity shortcut. My Bubble app is receiving the data just fine, but I’m having a hard time pulling specific values from Slack’s body payload.
Are you sure data from Slack is sent as JSON because this seem that Slack send a parameter (payload) that contain the json. This mean that JSON is not parsed by bubble. What you can do is to create another endpoint in Backend wf. Create an API Connector call that point this to the new Backend workflow and send the JSON there. Process the json from this new Backend WF instead.