Hi, I have a backend workflow defined which reads a list of data from a JSON file and updates my database in a loop. Everything is working fine except one set of fields that I’m trying to update using a :SUM expression. Here’s what I’ve got:
This part of the workflow updates 3 sets of data (each set has 24 items):
- qty
- revenue
- cogs
Here’s the qty, which works fine:
Here’s the rev, which works fine:
Here’s the COGs, which doesn’t work (no error, it just doesn’t populate my data). “cogs items” is a linked child table.
Any ideas? I’ve tried various combinations of trying to update this field using data from the child COGs table, but nothing happens.