New to make.com but not new to automation and programming. I have what I think is a simple question and the AI, research, help desk so far cannot help so I am hoping someone here can help me.
I have a useful but relatively straight forward automation that creates a custom blog post in chatgpt. The prompt is made from fixed and dynamic sections held in clickup custom fields. It then places the written content in REGEX/Markdown back in a subtask in Clickup.
That part works great, I pull the subtask ID in a module prior to assigning the task. By luck the correct subtask (bundle ID) eventually ended up in the first task module before the chatgpt task.
The second part of the automation is a clone of the first with a different prompt to convert the content into HTML in a specific way for posting to a wordpress theme. That part works great.
What I cannot figure out how to do enter the mapped subID to the Clickup Edit Task (which needs to be a subtask to hold the HTML content. It is exactly the same workflow, I just need to enter the subtask (bundle) as a mapped field from a prior list subtask field.
I know that 0 = 1 with the mapping numbers. so in general I need to map bundle (subtask) 4 in module 5 which is basically 5.3. I asked the AI and other AI’s for the sub ID mapping syntax and tried a few - non worked. That is all I need is how do put a mapped subID in the final Edit a Task field to place the content in that subtask
Thanks for any help.
Mike