hello, good afternoon I have a problem to pass parameters from one window to another
1.- I create the function to pass the parameters using the openWindow method
2.- when I press the button, it shows me the following error
I do not know if I am missing something else to be able to change my screen, if you could guide me to know that I need it, I would greatly appreciate it, good afternoon
Hi @alamau_10
I would use the parameter name and value directly in the screenBuilder i.e. instead of using “param” and param value, use as follows:
Am sending parameters from a browser screen as you indicated above, but the receiving editor screen is not getting the value. I figured its how I am doing it. Please check below code: