the instruction says "Remember this is a flat list, there should not be a parent assigned", but while doing so i am getting an error. Moreover, can anyone verify whether the grid view after the import is correct ?
Hi,
The error message indicates that you are importing list items which all have the same code or the code is missing.
When defining the the import you need to define the name. Currently you are mapping this to '(Column Headers)". Change this to the corresponding column in the source file. If the list is a numbered list then this needs to be empty.
edit - it is possible to allocate the same column to both name and code.
Can you please post a screenshot of the source file?
While importing, Map the Source and property in the List according to the requirement.
In your case, you should map "Column 2: Country Name -> Country Flat"
There was an error rendering this rich post.
Hi all, The Client ID and Client Secret are available, intended for uploading and downloading files. Could anyone advise how to use these credentials DIRECTLY to make API requests? Thank you!
I have A6 as the parent list and two sibling lists: A6.5 and A7. The A7 list includes an attribute that maps to A6.5. In the UX, the user will select A6.5 using a content selector, and the grid (dimensioned by A7) should display only the A7 items associated with that selected A6.5. Since the selector is a page context and…