14
Views
6
Comments
Solved
Boostraping data for entity with existing data
Application Type
Reactive

When I tried to bootstrap data to an entity using the data bootstrapping property provided for the entity, it created a one-time timer. However, when I ran the timer, the data was not bootstrapped to the entity 

2023-05-23 04-55-55
Wasimkhan Syed Abuthahir
Solution

Hi,

The check in bootstrap action there will be a condition. "List Empty". Bootsrap action will run based on that condition only. You can modify the condition as per your need and publish it.

Your list is not empty. Thats why data are not getting inserted from excel.

Regards,

Wasimkhan S

2023-05-23 04-55-55
Wasimkhan Syed Abuthahir

Hi,

Can you check if there are existing records in Database. That might be the reason.


Regards,
Wasimkhan S

2024-03-13 06-13-37
Male Navitha

Hi Wasim,

yes , I have data in my database 


Regards

Navitha

2023-05-23 04-55-55
Wasimkhan Syed Abuthahir
Solution

Hi,

The check in bootstrap action there will be a condition. "List Empty". Bootsrap action will run based on that condition only. You can modify the condition as per your need and publish it.

Your list is not empty. Thats why data are not getting inserted from excel.

Regards,

Wasimkhan S

2024-03-13 06-13-37
Male Navitha

Hi

Thanks you for the solution, it worked well


Regards

Navitha

2023-05-23 04-55-55
Wasimkhan Syed Abuthahir

Good to hear it helps.


Regards,

Wasimkhan S

2026-03-12 06-20-48
KUNDAN CHAUHAN
Champion

Hey @Male Navitha check with @Wasim Khan answer, If the problem is still not resolved then check this method 

When we try to bootstrap data to an entity using the data bootstrapping timer, make sure all excel sheet columns should have valid values.

For example, If there are any integer-type columns in our Excel sheet, please make sure that there is no empty record in the column,

If there is any empty record, replace it with 0 in case of an integer value.

Please check the error log from service center and update excel sheet.


Thanks & Regards,

Kundan Chauhan

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