Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
"I am able to create bookmarks using createBookmark
but am not able to include expressions in the bookmark object. Please help implement bookmarks with expressions using Enigma.js."
I am able to create bookmarks using createBookmark not able to pass expression:
Hey @nageshbadigermca you cannot directly set the expression, because it is automatically evaluated based on current selections. So before use createBookmark method, you have to apply your selections and then create the bookmark. In this way you will see the set expression based on your selection criteria applied before bookmark creation.
Hi David. thank you for quick response,
I am trying to create existing bookmark via enigma.js methods.
Hey @nageshbadigermca you cannot directly set the expression, because it is automatically evaluated based on current selections. So before use createBookmark method, you have to apply your selections and then create the bookmark. In this way you will see the set expression based on your selection criteria applied before bookmark creation.