79
Views
2
Comments
Solved
Bootstrapping data from excel
Question
Application Type
Reactive

I've notice when I bootstrap data from Excel structures are created as part of the process. Can someone tell me why this is?

2026-04-01 11-40-30
Mahesh Manchala
Solution

When we bootstrap data from excel, the following actions take place:

1. Under Processes, A Timer creates automatically with associated Server action. (To schedule this action with a given an interval of time (Optional))

2. Under data tab, the uploaded excel file saved in resources section and Structure will create with the same excel file name.

Structures are custom type which you can create from inside data tab and it stores the data locally. Here is the clue for your query.

To convert excel data to record List, for temporary purpose we store the Excel data into structures and then converts to record List. You may refer this logic in the corresponding server action from Timer.                          

                                                                                          Reference:-


2022-09-04 15-01-10
JayPea

Thanks I understand this now.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.