Skip to main content
kavyam0002
September 21, 2023
Question

Values still available

  • September 21, 2023
  • 3 replies
  • 0 views

here in richtext editor, on click of save values should be null, but after saving the values to DB again can see the values here. 

on click of save values should store to DB and on UI it should not show - how can I achieve this?

    3 replies

    Inspiring
    September 21, 2023

    You will have to manually save null into the variable

    kavyam0002
    September 21, 2023

    how can i do it?

    Inspiring
    September 21, 2023

    the richTextSaveInto parameter should be a list and in that list, use a!save() function to save null into your variable.