Hi all,
Let's say i have a list of Alphabets
A
B
C
D
E
Could I import another excel of 1, 2, 3, 4, 5 to this list Alphabets
into
1
2
3
4
5
Thanks
Make a numbered list, assign display name property.
Codes for 1,2,3 has to be like A1, A2, A3, B1, B2, B3
That's not quite what i mean sorry. Can i use two excel Let's say B & C
to create the list with ABCDE being parent and 12345 being child
@GAPER You can create hierarchy list. Excel1 as Parent General List. Excel2 Child Numbered list
If you want to automate this hierarchy creation, you can create a module of cross section of Excel 1 & Excel 2
And you can create a view like this to create the hierarchy automatically by creating an import action using this saved view.
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β¦