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
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
Can you check if there are existing records in Database. That might be the reason.
Regards,Wasimkhan S
Hi Wasim,
yes , I have data in my database
Regards
Navitha
Hi
Thanks you for the solution, it worked well
Good to hear it helps.
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