Hello,
More or less both are same, GetOriginalValueAsString - Returns String & MemberHasChanged - Returns Boolean value.
GetOriginalValueAsString – This returns the original value in String format of an object member from the last commit.
MemberHasChanged – This checks whether a member has changed from the last commit. And returns the boolean value.
What do you mean by combination?
Both java actions you want to use it as one ?
Yes, I mean is there any chances we can use both combination at once? I read in mendix documentation
MemberHasChanged
– This checks whether a member has changed since the last commit. This is useful in combination with GetOriginalValueAsString
.