Can you please tell me how to save and get data using CK editor in simplest way ?
hello @Priya Jhode
In your screen, create a local variable to hold the content of the CK Editor. For example, create a variable named CK Editor Content of type Text Set the Value property of the CK Editor widget to the CK Editor Content variable. This binds the content of the editor to your local variable.
Hi,
You can go through this:
https://www.outsystems.com/forums/discussion/88985/save-and-get-data-using-ck-editor/?utm_source=community&utm_medium=email&utm_campaign=forum-reply#Post377978
Regards.