- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi @wpomeroy,
You must change the operation type to "get" or "getIfExists" instead of "select".
A get operation returns the first data element in the query (if there is one), or an exception if there is nothing the result-set.
A getIfExists operation returns the first data element in the query (if there is one), or an empty element if there is nothing the result-set.
Use these operations when you know that all records in your target schema have the same value for that field (the one you want to select from that schema).
Let me know if that is what you needed.
Regards,
Ishan
Views
Replies
0 Likes
Total Likes