Hi,
- I have two data types: “Users” and “Posts”
- “Users” has 3 fields: “email”, “name” and “posts” (list of Posts)
- “Posts” has 2 fields; “text” and “created by”
I have a workflow to download “Posts”, and the primary field of “Posts” is “text” and of “Users” is “name”, so the .csv should has “Posts” (text) and “Users” (name). But it has the unique id in “Users”
What am I doing wrong?
Thanks in advance