• Instructions to Ask a Question

    Click on the "Ask a Question" button and select the application for which you would like to ask questions.

    We have 5 different products namely - Pabbly Connect, Pabbly Subscription Billing, Pabbly Email Marketing, Pabbly Form Builder, Pabbly Email Verification.

    The turnaround time is 24 hrs (Business Hours - 10.00 AM to 6.00 PM IST, Except Saturday and Sunday). So your kind patience will be highly appreciated!

    🚀🚀Exclusive Discount Offer

    Just in case you're looking for any ongoing offers on Pabbly, you can check the one-time offers listed below. You just need to pay once and use the application forever -
     

    🔥 Pabbly Connect One Time Plan for $249 (🏆Lifetime Access) -  View offer 

    🔥 Pabbly Subscription Billing One Time Plan for $249 (🏆Lifetime Access) - View offer

Flowlu Integration Suggested Important Optimization

Mustapha

Member
Hello everyone,

I've been advised to ask for this here in the forum after I opened this discussion in the Facebook group.

I am currently testing Pabbly connect and trying to synchronize Trello with Flowlu for a specific project and from a specific board/list.
My intent is to send the tasks that I move to the list "To Do" in Trello to the workflow stage called "Up Next/To Do" in Flowlu. The tasks are being sent correctly (Despite few formatting issues in the description), but they are not linked to the right project.
What I intend to do is:
  1. Send the task and link it to the specific project workflow stage
  2. Add a specific tag to the task
What happens now is, when I send those tasks, I have to manually go to Flowlu, link them to the appropriate project, add the appropriate tag, and modify the workflow stage. I just wonder if the above can be automated using Pabbly / flowlu integration. I Hope I could clarify my idea
I tried adding an extra step to get the project ID, but the final step action in Flowlu integration doesn't have a field to link that task to a specific project.

Any help would be appreciated.

Pabbly-Connect.png


Pabbly-Connect1.png


Pabbly-Connect2.png


Pabbly-Connect3.png
 

Hermes

Active member
True, dunno if Pabbly team can manage this bus Flowlu has 3 fields so you can link tasks (or other databases) to another 1. Normally Pabbly will give you then the option to select modules and then the id of that module.
The latter seems to me the problem for this. It is simple to add fields like NeurodiverCity mentioned, but to display the projects is hard. That being said, it isn't necessary though.

How you can manage this now is following my solution:
screenshot-connect.pabbly.com-2021.12.23-08_50_38.png


FULL URL: https://company.flowlu.com/api/v1/module/task/tasks/create
RAW JSON: { "name": "BTW 2. Vat Return Name : 2021 2e kwartaal voor Ekkel Bouw en Renovatie Twenterand", "description": "BTW bedrag 2. Vat Return Total Amount Due Or To Be Refunded 5g : 674 Naar klant 2. Vat Return Vat Send To Client : 2021-07-12 Naar fiscus 2. Vat Return Vat Send To Tax Authority : 2021-07-13", "plan_start_date": "2. Vat Return Bookkeeping Received : 2021-07-12", "deadline": "2021-06-30", "project_stage_id":"6. Response Items 0 Stage Id : 10", "project_checkitem_id":"6. Response Items 0 Id : 28","crm_account_id":"3. Response Items 0 Customer Id : 390", "workflow_id":"1", "workflow_stage_id":"4", "cf_15":"2. Vat Return Id : 3005", "module" : "st", "model" : "project", "model_id": "3. Response Items 0 Id : 20" }

Use the fields you want, need.
 

Mustapha

Member
Thank you so much Hermes and NeurodiverCity, it worked like charm, the task has been linked successfully to the right project, here is the RAW Json that worked thanks to you:
{ "name": "2. Name : XXXXXXX", "description": "2. Desc : XXXXX", "module" : "st", "model" : "project", "model_id": "2" }
 
Top