I just tested version V9.1.9 and sometimes my scripts using prompt command opens a second IDE windows making the script unusable. I have to close the two windows, open them again, run the script again showing the the same issue. After several attempts I sometimes get my scripts running but I think this is not the way it suppose to be. This issue has been with the first version introducing the side bar.
This is my code causing it in Chrome PC mostly every time running it in IDE window (not side bar)
{
"Name": "Test 2",
"CreationDate": "2024-5-8",
"Commands": [
{
"Command": "prompt",
"Target": "Enter emails, employeeIDs or full name separated by ;",
"Value": "mySearchValuesString",
"Description": ""
}
]
}
Can someone look into this issue?
Thank you