You can calculate the value in your domain model or in your microflow depending on how you want to store your data (persistable or non-persistable).
Hope that helps!
I know that to the trained Mendix microflow eye, this probably looks terrible. But essentially, I am taking 4 different inputted values adding them together in a new variable, making another new variable and taking the difference of a date and the current date, and then adding those two newly created variables into another new variable, and calling the object attribute to make it equal to the final variable I added. I know this is very clunky but I am having a hard time with the drag and drop. The best thing would be to pull the attribute from the data base and change it based on the new variable I created.
Does this make sense ? :D
So this is what finally worked for my mendix microflow, however, it does not apply it to each individual object. How can I make sure that everytime an object is created it uses its own values to calculate said attribute.
One step closer ! :D