cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

After executing the data action, the manually entered parameter values remain cached for the session

FW_727
Discoverer
0 Likes
1,665

Hi,

We’re working with a scenario where a data action prompt is prefilled based on table selection. The input controls are dynamically assigned via script according to the selected table row. This setup works well—as long as the user doesn’t manually change the prompt values.

However, once a user manually modifies the parameter values in the data action prompt (f.e. different cost center) and executes the action, those manually entered values persist for the session. After that, the prompt no longer reflects updates from the input controls, even though the script continues assigning the correct values.

While resetting the story via Edit > Reset resolves the issue, it’s not a viable option due to long loading times.

Could you please confirm if this is a known behavior? And is there any recommended workaround—ideally one that doesn’t require rebuilding the prompt dialog from scratch?

Many thanks,
Fabian

FW_727_1-1757502071537.png

 

FW_727_0-1757501878670.png

 

Accepted Solutions (0)

Answers (1)

Answers (1)

ThomasK
Active Participant

HI @FW_727 ,

yes I´ve experienced same behaviour which is existing since years. Reloading the story (browser reload, shortcut F5) should reset data action parameters to default values. User is still in the same session.

Regards,
Thomas

 

FW_727
Discoverer
0 Likes
Thank you for your answer.