added
New parameter for open plan selection SDK method
March 14th, 2024
We recently added the selectedPlanId
parameter to the openPlanSelection
to specify which plan to open the page on. To use this parameter successfully, the isInPlanSelection
parameter must also be true. You can read more about this SDK method here.
monday.execute('openPlanSelection', {isInPlanSelection: true, selectedPlanId: "123456"});