And then I have another node property called B, which its loadOptionsMethod must be based on A. I mean B property must load options based on the value of A.
It seems there is no way to use getNodeParameter in loadOptions (Maybe I’m wrong). What is the solution for this?
Thanks.
So you have to set “loadOptionsDependsOn” underneath “typeOptions” and you can then load the current value of parameter A in the loadOptionsMethod of B via this.getCurrentNodeParameter('A')