Skip to main content
rakhib0002
April 18, 2022
Question

how to refresh a value stored in database on click of save ?

  • April 18, 2022
  • 3 replies
  • 0 views

I configured visibility rule for some questions in the frontend means based on some particular response that particular Question will show on the screen but when we change the answer for a Question from frontend its working but while saving in the database that answer value is not changing on each save i.e that in DB that new answer for a Question is not changing while storing in DB. can anyone help me on this.

    3 replies

    mikes0011
    Brainy
    April 18, 2022

    Can you clarify a bit on your use case here?  Where in your system are you seeing this?  What behavior were you expecting, exactly?  What is happening instead?  I can understand that something isn't refreshing as you expect, but the details are a little too confusing for me to make much of this without more context.

    The Expression Guru
    April 18, 2022

    Hi Rakhi,

    Check your selected value is saving properly to CDT or rule input inside Save Into. Also, If you are trying to see the result immediately on dashboard after submitting the form try to use activity chaining in your process until your DB write. If possible please provide some code snippet which will help us to answer your question correctly 

    rakhib0002
    April 19, 2022

    Thanks . Its works .