If I m using the SearchEmbed component
If I'm using the SearchEmbed component what prop do I use to make it open to a specific "answer"? On AppEmbed I know from a previous answer to use
path
but that prop isn't present on SearchEmbed. I tried answerId
with and without /answer/
in the value (e.g., answer/cdf05f1c-7cb8-485c-a7b4-f7ff8481fe86
and cdf05f1c-7cb8-485c-a7b4-f7ff8481fe86
) but neither works.2 Replies
What's the error you receive when using it this way? Can you visit the GUID in the ThoughtSpot UI?
answerId: "cdf05f1c-7cb8-485c-a7b4-f7ff8481fe86"
I don't see any error I just don't get anything loading.
Never mind, I wasn't stripping the
answer
from the path correctly.