How to Update Tag Property of Notion Database?

This topic was automatically generated from Slack. You can find the original thread here.

how to update notion database’s tag property?

To update a Notion database’s tag property, you can use the “Update Page” action in Pipedream. Follow these steps: 1. Search for the Notion app from the step menu 2. Select the Update Page action 3. Connect your Notion account 4. Select a Page ID or pass a string from a previous step. 5. Configure the Property Types and Property Types Values to update the tag property. For more details, visit the Notion Update Page action documentation: https://pipedream.com/apps/notion/actions/update-page

so i have generate some text in one step, and then in next step, i want to create a txt file and save it into google drive. how can i do that?

To create a text file and save it to Google Drive using Pipedream, follow these steps: 1. Add a new step to your workflow and search for the Google Drive app. 2. Select the “Upload File” action. 3. Connect your Google Drive account. 4. Set the “File Name” field to the desired name for your text file (e.g., example.txt). 5. For the “File Content” field, use the generated text from the previous step (e.g., steps.previous_step_name.generated_text). 6. Choose the “Folder ID” where you want to save the file in Google Drive or leave it blank to save it in the root directory. 7. Save and test the workflow. This will create a text file with the generated content and save it to the specified folder in your Google Drive.

i mean i just have the text content, how do i save those content into a text file and then save it into google drive

To save text content into a text file and then save it to Google Drive, follow these steps: 1. Add a new step to your workflow and search for the Google Drive app. 2. Select the “Upload File” action. 3. Connect your Google Drive account. 4. Set the “File Name” field to the desired name for your text file (e.g., example.txt). 5. For the “File Content” field, use the text content from the previous step (e.g., steps.previous_step_name.text_content). 6. Choose the “Folder ID” where you want to save the file in Google Drive or leave it blank to save it in the root directory. 7. Save and test the workflow. This will create a text file with the text content and save it to the specified folder in your Google Drive.