Hi,
I’m working on a use case where I have a form that triggers a listener bot upon submission. Inside this listener bot, I call another bot that uses the run_integration action to send data to an external API. The API saves the response to a collection and returns a core_id for the newly created record. I’m successfully retrieving this core_id on the frontend via the listener bot.
Now, after the form is submitted, I redirect the user to another view. I’d like to pass the core_id as a parameter in the URL so that the redirected view can use it to fetch and display the corresponding record from the collection.
Could you please guide me on how to properly pass the core_id to the new view and access it there for rendering the data?
Screen recording: https://drive.google.com/file/d/1koknJPNKGTI2IZp_2vXEHAWw1R5B29GT/view?usp=sharing
Thanks in advance for your help!
