Spinner in Dynamic Component (For Worker's Rolling Shift Attendance)

Hi there, I made an app to collect the data of worker’s rolling shift. When the submit button clicked, return the value from the dynamic components which spinner is selected compiled in these labels:
label4 return the value of the date
label5 return the value of the name
label6 return the value of the spinner selection
My purpose on doing this is that I can send the data from label4-6 to my spreadsheet and split the data using google script which I am planning to do so after this problem solved.
I just dont know how to make it work. Please help :pray:

Here’s the blocks and the .aia file.


rolling shift.aia (128.2 KB)

Thank you

1 Like

With this example you have an idea of ​​how to compile the data, the format is up to you.

1 Like

Thank you for your reply,
Can you explain more about this part? Why you chose word “date” as the piece and why you replaced it with blank?
I hope this sample can open my understanding and lead me to the solution :pray:

It could have been anything (Date, name, spinner) in this case it is to process every time it finds a “date” in the list (UsedIDs) since you do not have any separator, then delete the text to obtain only the ID number

1 Like

Thank you @Gaston for your explanation. I modified your blocks so they were exactly what I expected.
Here’s the block:


Really appreciated your help :pray: :pray: :smiling_face_with_three_hearts:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.