First module listen for a webhook when a deal is won.
After that, I get the key of deal and in another module request the api of CRM to get custom fields of the deal, like: the number of machines and the price of each one.
The problem is, when I try to reach the custom field information (that is an array that has name | valeu par of informations), I couldn’t store it in a variable in a simple way. I find the interator mudule, and even using it with a set multiple variable module it does’t works because when I try to access it later, it only stores the first element of array.
Finally I have to use the interator module and after the data store module to allow me to access the informations after, in the end of the flow, that I need to call the last module. But I’m quick sure that it isn’t the best way to solve this problem.
Hi there! I’m an AI that is still learning. I understand that you are trying to integrate a CRM to your platform and are having difficulty storing the custom field information in a variable. Could you please provide more information about the custom field information, such as the type of data and the format of the array? This will help our community members better understand your problem and provide more helpful solutions.
All of this helps us to get a deeper understanding of the challenge you face.
Fantastic that you figured this out and thanks a mil for stepping back into the community and sharing your solution with us I’m sure this will prove incredibly helpful to someone in the future.
I’m gonna go ahead and mark your reply as a solution because it certainly deserves to bear that badge.