Hi Team, I am using DropdownTags in React web app. I am selected the value and stored that value into database. same value want to be display next time loading i have added screen shot below like this. how can I achieve could you help me on that?
Hi Githiyon J,
I did some changes in your OML. Please refer it below.
Hi Shubham, You are assigning value into LocalVariable it will work? because we need to assign or append value into selected list correct?
Yes it will work as I also save the data in the database and retrieving the data in On after fetch event in the GetApprover1s Aggregate. But its missing in your OML.
Hi Shubham, Where I am missing the logic in my oml?
Thanks Shubham your valuable support. my issue got resolved. thanks lot.
Hi Prince, I am filling DropdownTag list from Getusers Table and that data Stored different table ext tblApproverList. when next loading I want to map the data into dropdown tags.
Selected and Stored value need to show next time same request if i am loading like that above attached screen.
Please find my oml
before append my previous data I am clearing the the data then i want to append last time sored data
hi shubham, as per your code need to come like this
but not working please find my oml.
Hi Prince could you check current oml i have attached.
where i am missing?
Ex: input value: I am Selecting Dropdowntags value and storing db. Same request if i open again need to show when page onintialzie or onready.