New services
Explore Plans
Mobile menu Close menu
OneDriveOneDrive

Append to a text file

This Action will append to a text file as defined by the file name and folder path you specify

About this action

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
This Action will append to a text file as defined by the file name and folder path you specify
API endpoint slug
onedrive.append_to_text_file
Filter code method
Onedrive.appendToTextFile.skip(string?: reason)
Runtime method
runAction("onedrive.append_to_text_file", {})

Action fields

Filename Text input > File name

Label
Filename
Helper text
The name of the file.
Slug
filename
Required
true
Can have default value
true
Filter code method
Onedrive.appendToTextFile.setFilename(string: filename)

Path Text input > Path to a folder

Label
OneDrive folder path
Helper text
The path of the folder the file is in.
Slug
path
Required
true
Can have default value
true
Filter code method
Onedrive.appendToTextFile.setPath(string: path)

Content Text input > Long text

Label
Content
Helper text
The contents of the file.
Slug
content
Required
true
Can have default value
true
Filter code method
Onedrive.appendToTextFile.setContent(string: content)