Updating CRM Contact Flowlu
Status: Closed · Asked by Morck on · 0 views
Hi, i have a question. Im trying to update only one value of a CRM contact in Flowlu. However when fields are empty in the automation Pabblt Connect also updates those fields resulting in the current data being deleted.
Is it possible to tell Pabbly to leave current data in some fields?
You can use the Custom API Request (Post) action
Okay, im a little new to this. Would it be possible for you to send me a example of how that code would look? I will give it a try anyhow but would appreciate it if you could give me a hint.
@Morck Sure, what field do you need to change
The category field. ty!
It should work like this:
Change https://support.heraklant.nl in your flowlu url
Change 1196 in the id you need to change (that can be linked to a prior step)
Change 1 (in Raw Json) in the category code you want (https://support.heraklant.nl/cabinet/all_settings section=crm&part=settings)
It should work like this:
Change https://support.heraklant.nl in your flowlu url
Change 1196 in the id you need to change (that can be linked to a prior step)
Change 1 (in Raw Json) in the category code you want (https://support.heraklant.nl/cabinet/all_settings?section=crm&part=settings)
Thanks man that worked! Will help me alot with the next thing i cant do from the the already added options!