Scan a specific directory for new files

Hi I need to keep scanning a specific -raspberry-directory for new xml files and store the xml files to a database. The raspberry pi is paired with a weight scale and each time that someone uses this scale a new xml file is produced in the directory and it ovverides the current xml file.Is that possible by using node-red only?

There’s a “watch” node which watches a directory or file for changes which you could try

1 Like

it was so simple i am dumb and new with node-red thank you.