Hi!
I would like to create a task in clickup out of a comment in figma that contains the phrase #task Can someone help me on that please?
I already set up and connected Figma and Clickup but I do not know how to setup the trigger correct, that the comment text after #task is pushed into clickup.
Cheers,
Stefan
May peace be upon you @Stefan_Hofinger
-
You can use the “List Comments” module of Figma to get regular comments from the Figma file. [ You might need to set some filters to only process comments containing the #task word. ]
-
You can then use the Text Parser " Match pattern " module to extract the comment text after the #task word.
-
You can then use the extracted part with the “Create a Task” module of Clickup.
If you need any further help, feel free to contact
2 Likes
Hi Rezwan,
so far so good… Thank you very much for your help. I rebuilt, what you suggested, and so far it works, but I think I made some mistakes in the setup as I get no results. As text parser pattern I used #task and in Clickup I used Message as Content. Is that correct?
@Stefan_Hofinger
You have to use a Regex code ( regular expression pattern) to extract the text excluding the #task word.
You can find more details here. https://www.make.com/en/help/tools/text-parser

2 Likes
Alright… so if I get it right (sorry, I’m really new to that field) the regex code for the Pattern field in my case would be ^#task(.*) if I want to get everything after the keyword #task ? But that seems to not work… 
@Stefan_Hofinger Can you provide an example comment with the word #task?
2 Likes
I dont know if you accomplished what you where trying but if it helps anyone else, here is how i made it happen, and I believe is really important to add the time filter to turn on the automation, otherwise it will duplicate the tasks over and over again since you are “Listing” comments. Also i didn’t need the #task filter since I actually wanted to get all my client comments as tasks for my designer (assigning those to me first so I may filter manually o refine them, it looks like this:
note that it is schedules for every 15 mins
1 Like