Regarding Obj-Save and Commit operation
I am using Property-Set on name property of step page after that using Obj-Save with writeitnow checkbox unchecked. Again doing Property-Set on name property with different value in it and Obj-Save with writeitnow checkbox checked, last operation in activity is Commit so what value will be stored in name property? It will overwrite value in name property?
Hello,
I believe you should get the value of your second Obj-Save. Having said that WriteNow and Commit are both not recommended.
You should avoid that sort of configuration because one day or another somebody will change the order and break your expectation.