Skip to main content

Hy guys,

Is it possible to store whichever ID I select in profile view in a variable, if yes then which variable I should use runtime or view ?

You can use a variable to store the “knowledgeObjectId” property. In regards to which one to use, it would depend on your use case. If you wanted to use conditional filters to determine which profile view to display based on what button/kpi/etc is clicked, then you would want to store the in view variables. If you want easy access to update the ID in the future, than runtime would suffice. View variable though, should cover both use cases since you can easily adjust the view variable from the Visual Editor
you can use a variable to store the “knowledgeObjectId” property. In regards to which one to use, it would depend on your use case. If you wanted to use conditional filters to determine which profile view to display based on what button/kpi/etc is clicked, then you would want to store the in view variables. If you want easy access to update the ID in the future, than runtime would suffice. View variable though, should cover both use cases since you can easily adjust the view variable from the Visual Editor

Reply