Basic question that I don't know the exact answer for and don't know how to search for it

What exactly is this representing? It it compareable to DB triggers with before change and now? If yes what state does it refer to?

The reason I ask is because this flow always returns 0 even if the API return a certain number of keywords (the default value for this db field is 0).

Is this way the most efficient wu cost way?

Thanks for any hints.

EDIT: How to search for this?

I think you’re over thinking it. “This Report” refers to the current Report you are trying to make a change. If field1 is equal to 5 and you want to add count to it, you’re correct in doing “This Report field1 + count”

I think your issue lies somewhere either with the condition or maybe the thing to change is empty. Could also be that your API call is not working when running this workflow

2 Likes