Skip to content

1.7.467

Compare
Choose a tag to compare
@nickbeau nickbeau released this 16 Jan 22:14
· 47 commits to main since this release
326573f

BREAKING CHANGE

Previously when using the following activities, the data was returned as a dotnet list. We have now changed them to use arrays. That means when navigating the Output() of these activities intellisense works correctly among other things. However if you have used the count operation to find the number of items, you MUST replace this with length. The workflow will not fail but count will always return null.

  • Data Types Read
  • List Object Instances
  • List Object Instance History
  • Columns Read by Type
  • Types Read

To find areas where this may be the case, go to Admin --> Documentation and when loaded CTRL-F and search for .count. Note the items this appears in and change them to .length in the workflow editor.

What's Changed

New Contributors

Full Changelog: 1.7.461...1.7.467