Commit 7e65628
authored
Updated flow deploy method to return the same count as the inputs (#12)
* Fixes #11 - previously, the deploy() method used by Flow was returning a list that only contained 1 value (the deployment job ID). This results in the error "The number of results does not match the number of interviews that were executed in a single bulk execution request" - the returned list now has the same number of outputs as the provided list of inputs.1 parent de7fdc9 commit 7e65628
File tree
1 file changed
+7
-1
lines changed- force-app/main/custom-metadata-saver/classes
1 file changed
+7
-1
lines changedLines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
80 | 86 | | |
81 | 87 | | |
82 | 88 | | |
| |||
0 commit comments