Hi, I’m not sure why but when I’m trying to use “openPlanSelection” it opens the plans page but doesn’t preselect plan I’m putting as a parameter “selectedPlanId”. Maybe I’m doing something wrong? Here is the code:
monday.execute('openPlanSelection', {
isInPlanSelection: true,
selectedPlanId: transformedPlan, // basic-plan / standard-plan / plan-1000 / etc.
});