write local file in health connect cloud
Hello,
I hope this is a simple ask..
basically I need to create local files daily at a certain time for example 11:30pm.
1. file name needs to be like xxx__20250113.txt , the date part should be next day's timestamp with format YYYYMMDD, so I will write about 17 files like that with different names.
2. write a dummy hard coded word for example “Dummy Word” in the file. the file eventually will be used by other operations to add hl7 message on top of this in it with the live interface message.
3. this needs to be done every night at 11:45pm
So how am I going to implement this?
1. Should this be like an operation on a schedule? If so, how exactly that can be done?
2. Should I do this in Vss code and use task manager? If so, how can it be done?
Thanks for your input!
btw, this is on cloud version