Search found 5 matches

by Arsen
Sun Jan 07, 2024 5:41 pm
Forum: Flows
Topic: XPATH formatting question
Replies: 9
Views: 140341

Re: XPATH formatting question

This is an old thread, but I was trying to solve the same problem and found I could use a <br> as a separator and it returned my results on individual lines - I made my xpath expression little differently, but i think we were trying to solve the same problem... I too wanted to return the results of...
by Arsen
Sat Jun 24, 2023 1:30 pm
Forum: Node.js scripting
Topic: Remove part of private data
Replies: 2
Views: 12697

Re: Remove part of private data

Merci beaucoup, Thomas.

I'm learning to use the scripts in the Switch a little at a time.
Now everything works as I wanted!
by Arsen
Fri Jun 23, 2023 12:04 am
Forum: Node.js scripting
Topic: Remove part of private data
Replies: 2
Views: 12697

Remove part of private data

Hi. I have a private data looks like abc: 1; def: 2; ghi: ; jkl: 4; xyz: ; and trying to delete everything without digit value using script expression: const allCities:string = await job.getPrivateData("allCities"); const allCitiesArray:string [] = allCities.split(";"); const pat...
by Arsen
Fri Apr 21, 2023 12:33 pm
Forum: Node.js scripting
Topic: Scripting errors (TS2332 and PDF error: ENONT)
Replies: 2
Views: 8686

Re: Scripting errors (TS2332 and PDF error: ENONT)

Thanks a lot, Laurent. I can handle it from here.
by Arsen
Tue Apr 18, 2023 4:13 pm
Forum: Node.js scripting
Topic: Scripting errors (TS2332 and PDF error: ENONT)
Replies: 2
Views: 8686

Scripting errors (TS2332 and PDF error: ENONT)

1. What is this and where I can find relevant script? Screenshot 2023-04-18 at 15.54.44.png 2. The first time the script works fine, the second time it gives an error. I took the script from GitHub repository and did not change it. Screenshot 2023-04-18 at 16.08.17.png Where should I look for the pr...