• gary_dr
  • NEWBIE
  • 0 Points
  • Member since 2012

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 0
    Replies

I have a dynamic radio button item list that displays the Names from the Contact object with a stored value of Id.

 

The next step retrieves the Contact detail based on the passed Id value and stored in variables.

 

The next step displays the detail screen where the Contact details are shown in textbox fields via variables.

 

This is working fine up to this point.

 

Now when I press the Previous button and select a different Contact from the radio button list. The detail screen is still displaying the first item that I have selected.

 

It seems that it's caching the the values from the first selection, is there anyway to resolve this? Thanks.