Dear friends, I really need some help .
I created repeating group(lets call it RG1) and added another repeating group(RG2) into RG1.
RG1 is a list of clients and RG2 is rows of information(input) and sliders.
When I click on slider in RG2 I want to create a new thing in database A which would held information from two repeating group.
For example:
when I click slider in RG2 first cell it creates New thing1 in database A from first cell from RG1 and first cell from RG2.
when I click slider in RG2 second cell it creates New thing2 in database A from first cell from RG1 and second cell from RG2.
when I click slider in RG2 third cell it creates New thing3 in database A from first cell from RG1 and third cell from RG2.
etc
I managed to do this, but I have another problem:
It is starting workflow when slider in RG2 clicked or value is changed. I want to create things from RG1, RG2 in database when page downloaded and then change it via slider.
How can I start my workflow in RG2 when page is downloaded?
Or may be I can use initial content of slider?
Or I should use two database which RG1, RG2 represent and by merging it in some way create all things in database what I need then change it.
What should I use and how?
I hope somebody help me.
Thank you in advance.