Hi,
I’m trying to migrate data from Parse to Backendless. Created a php that parses json files and creates CSVs for import. It contains the original objectIds and relationships as well. At one import it built up relationships but it doesn’t anymore: all relationship fields are empty. If I look up the record with rest console by objectId copied from the CSV’s relationship field I do find it.
How relationships getting built after import? Does it take time or what?