Hi Jana
You have to use a Query Control. Trigger it on load or via a rule, depending on your process
Here's mine:
Query control definition

use the CHOOSE button to set form field values based on the reference data list value

for example I want to map plant from my material extensions repeating group

to the field Plant in my reference data list

then click Add

do this as many times as you need to map the fields from the reference list to the form fields in the table
Then you need to decide when to run it. I ran mine as a rule

My rule is on form load. I have a counter of how many rows I have (1 means it's the default 1 row so the query has not run). I only want to run the query on form load once, so pick something that works for you. I did this in case the process gets rejected and I have to open the form view again. I don't want the query to run a 2nd time. You could also set a flag or something along those lines.

Here is the link to the doc on the Query control:
https://docs.winshuttle.com/evolve-en-20-2-online-help/solution-developer-help/form-elements/Query.htmHope this gives you an idea.
Sigrid
------------------------------
Sigrid Kok
PSE | Winshuttle NA
------------------------------
Original Message:
Sent: 11-11-2021 12:03
From: Jana Kuschmierz
Subject: Extending Materials on a loop
Hello
thank you very much, but I did not understand.
I have now made a reference data list with all my plants . I have add the data connection with this reference list into the solution.
But what are the steps that the form load automatically the reference list. Where can I define that the value in the repeating table is that reference list?
Best regards Jana
------------------------------
Jana Kuschmierz | Leitung VID
Rigips AG | 0041628877034
Original Message:
Sent: 11-04-2021 07:51
From: Sigrid Kok
Subject: Extending Materials on a loop
Hi Jana
You could query a list to pull into the table and default the values.
In Foundation, you can use a SharePoint List
In Evolve, you can use a reference data list
Use a Query control to pull in the data - it can include other defaults, either on form load or based on some other trigger/rule.
BTW, I am building out a demo and did just this with a reference data list and a Query control. It was easy to do - same use case for plant extensions.
HTH,
Sigrid
------------------------------
Sigrid Kok
PSE | Winshuttle NA
Original Message:
Sent: 11-03-2021 12:58
From: Jana Kuschmierz
Subject: Extending Materials on a loop
Hello
I have imported a skript concerning extending materials for different plants as a generating repeating section.
It works, I can fill the fields in line 1 (plant 1) and can create a new line for a new plant (plant 2).
But I would like to preset the number of lines in the form for example 4 line for 4 plants. And I would like to fill in the value of the plant as default value.
I would like to create the materials always for all 4 plants.
With the default, I want to prevent a plant from being forgotten.
Is that possible?
Thanks for your help.
Jana
------------------------------
Jana Kuschmierz | Leitung VID
Rigips AG | 0041628877034
------------------------------