You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,6 @@
1
+
## 2.6.0 (June 09, 2023)
2
+
Added `Don't emit on empty results` checkbox in `Query` trigger
3
+
1
4
## 2.5.1 (January 31, 2023)
2
5
* Fixed [issue](https://github.com/elasticio/salesforce-component-v2/issues/59) with 431 and 414 errors in `Get Updated Objects Polling` trigger: new configuration field `Selected Fields` added
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -102,6 +102,7 @@ This trigger allows you to interact with your data using SOQL.
102
102
103
103
***SOQL Query** - Input field for your SOQL Query
104
104
***Output method** - dropdown list with options: `Emit all` - all found records will be emitted in one array `records`, and `Emit individually` - each found object will be emitted individual. Optional field, defaults to: `Emit individually`.
105
+
***Don't emit on empty results** - checkbox, optional. If selected, component will not produce empty messages when result is empty.
105
106
106
107
### Subscribe to platform events (REALTIME FLOWS ONLY)
107
108
This trigger will subscribe for any platform Event using Salesforce streaming API.
0 commit comments