Quantcast
Channel: OutSystems Community
Viewing all articles
Browse latest Browse all 1476385

[Forums] Preparation not displaying all bootstrapped data

$
0
0
Hi Devon,

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
The action that will bootstrap the data normally does this:
  • Query your entity
  • If the entity is not empty it aborts, if not it will create a record for each row in the Excel
Your problem is here. Altough you have created a new attribute in the entity, added a new column in the Excel and even if you ran the advanced action "Update Action to Bootstrap Data from Excel", the bootstrap action will have the same if condition that will abort if the entity is not empty.
What you can do is change this action behavior, remove the if widget and do a CreateOrUpdate for each Excel row.



Viewing all articles
Browse latest Browse all 1476385

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>