Home > Forum > Forms > Reload fields after modification/adding new

Reload fields after modification/adding new
0

I added few fields, which take data from other and recalculate them.
I want to refesh old elements, so data will update in them.
I've tried adding technical field and changing it's value so other values shoud recalculeate, but it doesn't work.
This has to be done once.
Any ideas?

MVP

Hi,

Add actions to change the value of a field or multiple fields, add an appropriate query that will correctly calculate what you need.
You can create a technical path and add actions to it and then perform a mass shift along this path from the report level.
Pay attention to protect yourself against possible unnecessary sending of notifications and make sure not to change the assignment of tasks if they are.

You can also create an action that will move elements along selected paths if they are in different steps

Regards