Hi all,
I have a requirement where I need to update all the rollup fields on button click. I am doing it using custom workflow activity. Later, I have to get the difference of two rollup fields and use the difference value to create new record in entity A.
But I didnt find a way to do the subtraction operation in the same workflow which I am triggering on a button click.
I am not able to do this calculation in custom WFA as well, as the two rollup fields are of datatype currency. And I am not sure what datatype to use in my code.
So I thought of achieving it through cloud flow. But the flow is not triggering when I update the rollup field. Is it possible to trigger cloud flow?