Microsoft 365 Excel: Get Cell Value
Gets cell data at the specified position in an Excel sheet.
Gets cell data at the specified position in an Excel sheet.
Deletes unnecessary Options and Creates a new master file (OptionsXML) by referring to the master table on Workflow Platform. No error occurs even if the deletion ID does not exist. For automation, place [Service Task (Choices Update)] downstream.
Creates a new master file (OptionsXML) by referring to the master table on Workflow Platform. A new ID-Label will be added to the first line. Rows with the same ID are deleted. For automation, place [Service Task (Choices Update)] downstream.
Includes the master table on Workflow Platform as a string property of the process. The IDs and Labels are concatenated into TSV (Tab-Separated Values) and stored into Multiline-String type.
Posts a message in block format. A table data can be attached as needed. It is also possible to change to an ephemeral message that is displayed only to a specific user.
Gets the number of lines of text. The number of lines that do not count the trailing newline codes can also be stored.
Replaces all the search strings by the replacement string. All matches are case sensitive. For example, it is possible to completely replace the string “XXXX-XX-XX” in the template text with “2020-05-11”.
Kicks HttpStartEvent with the specific line data of TSV. When assuming batch start using multiline TSV data, place it in a loop structure. LineIDs start at zero.
Gets info about the Fine-Tune Job (FtJob). FineTune event logs can be obtained. If the job status is “succeeded”, the MODEL name (ID) can also be obtained. It is typically placed in a flow that is called repeatedly every hour.
Creates a job (FtJob) that fine-tunes a specified MODEL. Stores the job ID. The job will take minutes or hours. The “Fine-Tuned MODEL” (FtMODEL) will be available after the job is completed. Note that the training file (dataset) must be uploaded in advance.
Deletes a Fine-Tuned Model (FtMODEL). The Owner role in your organization is required. If the specified FtMODEL does not exist, a 404 error will occur.
Lists the various models available in the API including Fine-Tuned Models (FtMODELs). The number of the currently available models and TSV of basic information about each one can be obtained; created time, owner, root MODEL, MODEL ID.
Immediately cancels a Fine Tuning Job (FtJob). FtJob status will be “cancelled”. Fine-tune event logs can be obtained.
Lists all Fine-Tuning Jobs (FtJobs) in your organization. The number of all FtJobs and the TSV of all FtJobs can be obtained; start time, update time, status, Base MODEL, FtJob ID.
Deletes a file on the OpenAI API server. Delete a file by specifying its file ID. The file ID is in the format “file-xxxxxyyyyyyyzzzzzXXXXXXXYYYYY” and can be stored when uploading.
Downloads a file on the OpenAI API server. Files matching the specified ID are stored. The file ID is in the format “file-xxxxxyyyyyyyzzzzzXXXXXXXYYYYY” and can be obtained during upload.
Lists the files on the OpenAI API server. For all files belonging to the user organisation, the four attributes File ID, Purpose, File Size and File Name are stored as TSV text.
Uploads files to the OpenAI API server. File documents are used by various endpoints and functions, such as fine tuning.
Upload files to specified directory in Dropbox. You can specify whether to overwrite files with the same name.
Creates a QR Code using the Image-Chart QRCode web service generation. It is possible to encode any string data to the QR code. The QR Code image will be output in png format.
Downloads the files (results of PDF OPERATIONS) from PDF Services storage using Polling-URI; Job status URI for polling the results. Note that if the Job is in progress, the FILE type data will be updated as empty, and errors will not occur.