Hi,
I am trying to use an expression builder in the Show Knowledge Article block instead of a literal and selecting from the list of available articles.
How do I convert the article title(string) or documentID(string) that I get from a document search using the below API -
GET
/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/{documentId}
into data type of KnowledgeBaseDocument.
Thank You,
Shashank