The Community will be undergoing maintenance from Friday February 21 - Friday, February 29 and will be "read only" during this time. To learn more, check out our Announcements blog post.
Hi all,
I came up with the following design for the internal BI system.
The first table is used to store the payments. (Payments table)
I also need to calculate the monthly sales statistics for each sales representative along with their quota (a pre...
Hey Dominik,
Seems that I’m having the same issue as Nicholas has covered above. The fault is raising on the updateRecordAsync. I use the same code in other automation flow but haven’t found the same issue. May it be related to the size of the array?...
Hey Dominik,
Thanks, I have managed to implement what I need.
I have slightly modified your code, and have tested only per single account manager, but at least for now, I see the direction.
let payments_table = base.getTable("Payments");
let query = ...