I have CDT within the cdt feils name tableDetails(text),
Text like [{"column1":"value1","column2":"value1"},{"column1":"value1","column2":"value1"}] how to display in gridlayout.
give me the suggetion on this..?
Discussion posts and replies are publicly visible
can you explain bit more
I have CDT like
ID(int), Name varchar(255), tabledata(text)
1 Name [{"column1":"value1","column2":"value1"},{"column1":"value1","column2":"value1"}]
how to display tabledata in gridlayout along with add edit and update..?
Hi Rayudu , it's still bit unclear about what you wanna achieve ,Is it readonly grid or editable grid?
If you want to know how to use gridlayout hope this link helps you
https://docs.appian.com/suite/help/23.4/SAIL_Recipes.html
Hi Venky, it's editable grid.
i need to display the tabledata(text) in editable grid and add new value in the text feild, edit and update..like that
Then have a look into that link , That link got common interface recipes .
And you saying you are getting data in text (Can you elaborate it a bit)?? you can use extract() function and convert it into map or dictionary .
You can use this recipe for this specific use case - docs.appian.com/.../recipe-add-edit-and-remove-data-in-an-inline-editable-grid.html