Today I ran into an issue with Xamarin Forms where the ListView was throwing an Index Out Of Range as soon as I tapped an item. No event handler was attached. The ItemsSource was set to an enumerable property of the BindingContext. What was going on? We'll find out in this post.
In this post we'll see how to write a custom Workflows activity that adds content items to a list. The idea is that when a content item is created, it automatically gets added to the configured list. this could be useful when for example setting up a form with Dynamic Forms that binds input fields to new content items.