Problem: I have a custom post type and a repeatable field group (RFG) in that custom post type. I would like to create a list of all the custom posts and in that list show a list of the RFGs associated with that post.
Solution: This requires a nested View structure. Since it is not possible to create a nested View in Blocks, you must use the legacy Views editor. The process is outlined in another ticket.
Problem: I have a custom image field and I would like to display a default image if the field has no value.
Solution: Use a series of conditional blocks to display a default image if the field is empty or display the custom field image if the field has some value.