4 weeks ago
Is there way to add entry to lookup table only if doesn't already exist (based on a specific column value?)
Came across a recipe which seems to be inefficient - it's looking a search for the value in lookup table, monitoring for error (entry not found error) and then adding/inserting.
Solved! Go to Solution.
4 weeks ago
This should be possible. If you're receiving an error when the value is missing, you can use an error handler action to create the lookup table entry and then retry the action.
4 weeks ago
This should be possible. If you're receiving an error when the value is missing, you can use an error handler action to create the lookup table entry and then retry the action.
4 weeks ago
That's exactly what is done, but I hoping for better way - for now what you described works. Thanks!!
4 weeks ago
Just curious, what would you consider a better way?
4 weeks ago
Maybe if it had an Upsert action?