Create records in bulk using Adalo relationships

I have Collection A in a one:many relationship with Collection B

col A --< col B

What I need to do is filter col B based on a col A record and then effectively loop through col B records creating a new col C record with col B as the foreign key. Is this possible in Adalo?

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.