Hi @harish.bojji ,
Please use write text file activity .
- Write to file - The file to write to. You can choose to configure the file either as an IResource or Local File. If you choose to use a local file, you need to add just the file name and extension and make sure the file exists in the root of the project folder.
- Text - The text to be written into the file. Supports only strings and String variables
For Upload storage bucket activity
-
Orchestrator Folder - The path to the Orchestrator Folder you want to use with this activity. If left empty, the current Orchestrator folder is used. This field supports only strings and
String
variables. Use/
as a subfolder separator to specify the desired folder. -
Storage Bucket Name - The name of the Storage Bucket where you want to upload the file. This field is mandatory. This field supports only strings and
String
variables. -
File - The full path of the file from the Storage Bucket you want to download. You can use toggle between using a local path or a variable of
IResource
type. If you are using a local path, relative folder paths are recommended to account for the different file structure between Windows and Linux machines when executing a project. Example:newFolder/newFileName.txt
. -
Where to upload - The path where you want to upload the file in the Storage Bucket.
Hope this helps .
Regards @askvajrang