Hello
Can anyone help me? I will explain my case
I want to record a Log(table) with several lines(table)
like this: for each log I want to select several lines using dropdown tags
you can find attached the picture of my database also the function to save on the font end and also the server action to create or update
Save button
Create or update :
do you can shared simple oml ?
Hi Ibtissam,
I am also not clear with your requirement, can you please elaborate ,what you need exactly, possibly with a supportive example.
Thanks
If I'm not wrong As per my Understanding, You want to Insert Multiple Selected lines into Log Table.
For that you have to call LogCreateOrUpdate Server action inside for each loop for individual lines.
yo can check the example below.
Thank you guys,
I already solved the problem, I had to do this :
for Id Line : TextToLongInteger(SelectedOptionList[SelectedOptionList.Length-1].Value)
and also for the line name : SelectedOptionList[SelectedOptionList.Length-1].Label