Nested repeat elements have an empty data source in export

Describe the problem

I have projects and each project has multiple team members. I created an application that shows all the projects in a repeat element. Inside that repeat element, I show some basic info about the project and all team members in a nested repeat element. This works fine, but if I export the workspace and import it in another workspace, the property of the nested repeat element is empty.

Steps to reproduce

  1. Restore the Project tracker template
  2. Create a new application
  3. Add a data source that returns all projects
  4. Show the project title and some basic info in a repeat element
  5. Add a second repeat element inside the first one to show all the team members
  6. Select Project team as the property
  7. Export the workspace
  8. Import the workspace in a different workspace

Actual result

The property of the nested repeat element is empty.

Expected result

The property of the nest repeat element should still be the Project team.

Environment

Edited by Frederik Duchi