I’m trying to select date from datepicker box and while making selector dynamic, getting error BC30451: ‘html’ is not declared. It may be inaccessible due to its protection level. Variable ‘html’ is missing. Please use Data Manager to recreate it. whereas when static date is inserted for selection no compilation error is observed
seeking help
Did you verify that the variable is created and the scope is set to the correct level?
As stated in your exception message, you can check this in the data manager, but you can also see it in the variable pane.
Hello @ijanszen1 – I checked in variable pane as well as data manager.Scope for all variables is to parent workflow. I’m attaching screenshot so that you can get insight & it may help you to understand issue.
That’s intresting. It’s complaining about missing variable called html even though that variable isn’t used in your selector. Any chance you can share the workflow? Or show us a picture of the click’s properties and the web scope it’s in?