What are you trying to achieve?
My goal is to have the updated/changed text in a description from a task in Click Up, add a row number to a Google spreadsheet.
The task will be added in another scenario in make.com
Steps taken so far
I have made the first scenario. In here I start with a spreadsheet with informtion with search row for status ‘to make’. Then I write an Intro, outro, meta title and meta description with open ai. Next I add a router to update the status in the spreadsheet from ‘To make’ to ‘Review in Click Up’ and I also create the main task and subtasks in Click up with the output of openai in the description of the task in click up. I also add the ID of the main task in the spreadsheet. Just in case if I need it.
So I will review the output of Open AI in click up and make, if needed, changes in the text in the description.
From here my question to build this up:
Then I need the changed/updated description in the click up sub tasks, into a json string or as add a row in the spreadsheet. Don’t know yet what is better.
If I start with get a task, I will not see the subtasks in the output. Also I cant trigger an ID if it first needs to be made in the first scenario in make.com
Can someone help me with this last steps?
Welcome to the Make community!
To allow others to assist you with your scenario, please provide the following:
1. Relevant Screenshots
Please share screenshots of your scenario, any error messages, relevant module fields, and filters in question? It would really help other community members to see what you’re looking at.
You can upload images here using the Upload icon in the text editor:
2. Scenario Blueprint
Please export the scenario blueprint file to allow others to view the mapped variables in the module fields. At the bottom of the scenario editor, you can click on the three dots to find the Export Blueprint menu item.
3. Output Bundles of Modules
Please provide the output bundles of the modules by running the scenario (or get from the scenario History tab), then click the white speech bubble on the top-right of each module and select “Download input/output bundles”.
A. Upload as Text File
Save each bundle contents in your text editor as a bundle.txt
file, and upload it here into this discussion thread.
B. Insert as Formatted Code Block
If you are unable to upload files on this forum, alternatively you can paste the formatted bundles.
These are the two ways to format text so that it won’t be modified by the forum:
-
Method 1: Type code block manually
Add three backticks ```
before and after the content/bundle, like this:
```
content goes here
```
-
Method 2. Highlight and click the format button in the editor
Providing the input/output bundles will allow others to replicate what is going on in the scenario even if they do not use the external service.
Following these steps will allow others to assist you here. Thanks!
So for the second scenario I have these steps:
Here it triggers when a task in click up will be completed to get the task and find the subtasks. Then I would like to have the description of the subtask added in a google sheet.
So I have 4 subtasks with intro, outro, title and description.
These outputs I would like to add in the spreadsheet, but I can’t select the different outputs from list subtasks:
How is it possible to select the description from the subtasks in click up and add them in the spreadsheet?
Is someone here who can help me with this issue? Many thanks in advance!
Hello @Eline_de_Hamer,
your subtasks are returned as bundles, so it means you have to first group them in an array.
So, before the Google Sheet, you need an Array Aggregator, you have to select all the fields you need in the next step (task name, maybe description, …); in fact the resulting table must have the information you need (type of text; is it Intro, outro, etc), and the text itslef.
Then, in Google Sheet, your mapping will be a little tricker, but doable. You need to use the “map” function, with a search, and you have to do it for each column.
Can you try and add an Array Aggregator, you select the last click-up module as the Source Module, and you select the fields you need.
Then can you post here an example output of the Array Aggregator so that I can see the fields that are generated?
Benjamin
1 Like