Scenario
A Notion database and the database entry has a unique ID (INT-001). There are three columns containing three different files (FileA, FileB, FileC).
GDrive has a folder called INT-001 which contains three subfolders: A,B,C.
I want to copy each of these files into the subfolders:
FileA : INT-001 > A
FileB : INT-001 > B
FileC : INT-001 > C
I’m having a hard time figuring out how I can use the variable to find the folder, then traverse into the fixed named subfolders and insert the files.
Thanks in advance!