Hi Devon,
When you use the advanced entity option "Create Action to Bootstrap Data from Excel" Service Studio will automatically:
What you can do is change this action behavior, remove the if widget and do a CreateOrUpdate for each Excel row.
![]()
When you use the advanced entity option "Create Action to Bootstrap Data from Excel" Service Studio will automatically:
- Create a timer to run a action on publish
- Create an action to bootstrap the data from the Excel
- Save the Excel file within the resources section
- Query your entity
- If the entity is not empty it aborts, if not it will create a record for each row in the Excel
What you can do is change this action behavior, remove the if widget and do a CreateOrUpdate for each Excel row.