Homepage Spotter details access.
Hi team, another one on the Spotter from the home page. With the full app embed, when we search from the Spotter, it navigates to the
/insights/conv-assist
within the ThoughtSpot environement. Is there a way to capture the datasource id and the question from the user, so that we can navigate it to a different page or show it on a modal? Otherwise, there is no proper way to provide the user to navigate back to the home page.3 Replies
Hey @Suvash ,
So, you somehow want to get the query typed by the user?
It might be possible to catch this stuff through embedEvents -> https://developers.thoughtspot.com/docs/Enumeration_EmbedEvent#_sageworksheetupdated
So, with use of some of these events to check what data is emitted we could achieve what you want to get.
SageEmbedQuery -> this one you can use to get the query, but it will emit on query change, so you can get finalized query on GO or something. Check the events and that should help to get you the query and datasource with some related event.
Thanks.
EmbedEvent
Event types emitted by the embedded ThoughtSpot application.
I did give a go but it didn't actually work. For now, we have parked this requirement. Thanks for the help.
Yeah, happy to help. 🙃