We've been using the lookup table as a bridge between recipes to keep data temporarily. At the end of the job, we need to clear all of the entries in the table. Right now you have to do a search, for loop, delete each entry. This is quite tedious from a development and job execution viewpoint.
Ideally, we need an action to delete all of the entries in a specific lookup table. Additionally, for bonus points, we need a link on the lookup table page that does the same thing. In testing, it's possible that a bug will forgo deleting all of the entries and you have to go in an manually delete each record.
Chase Friedman
Lookup Table - Delete all Entries
We've been using the lookup table as a bridge between recipes to keep data temporarily. At the end of the job, we need to clear all of the entries in the table. Right now you have to do a search, for loop, delete each entry. This is quite tedious from a development and job execution viewpoint.
Ideally, we need an action to delete all of the entries in a specific lookup table. Additionally, for bonus points, we need a link on the lookup table page that does the same thing. In testing, it's possible that a bug will forgo deleting all of the entries and you have to go in an manually delete each record.
Both of these updates would be amazing.
3 people like this idea