Articles, Web Filter Articles Given a list of articles, this action returns the articles that match the given criteria. Show More
Control Flow, Scripting If Tests if a condition is true, and if so, runs the actions inside. Otherwise, the actions under “Otherwise” are run. Show More
Documents, File storage Append to Text File Adds the text passed as input to the end of the specified file. Requires the name or path of the file to retrieve. For example, if you are appending a file called “notes.txt” in a folder called “Public”, use “/Public/notes.txt”. Show More