Valbon,
I am executing a set of actions upon a text change in a dropdown field called CustomerBank. In that action set there is a conditional action dependent upon the value of the dropdown prior to the text change. That value is still stored in the table, whereas reading the dropdown field gives the new changed value.
When I tried to retrieve that stored value, I could choose either the field CustomerBank or CustomerBank_RecordID in the dropdown choices. Either of those choices returns the same value; namely the RecordID of the dropdown choice. I expected the CustomerBank field to return the text value associated with the CustomerBank_RecordID. What I've done to solve this is to retrieve the RecordID and then use that to retrieve the text value from the associated CustomerBank table.
My question was mostly about trying to understand why it worked differently than I expected and whether there had been a change in the RetrieveValuefrom Table context box.
Rolf