Hi Friends,
I am struck with a query.
Need your assistance to proceed forward.
@Sravan_Kumar
What is the logic here?
This can be achieved by Writing IF ELSE statements but I will definitely not go that way. Instead It can be built as a mapping module and you maintain the mappings and then use LOOKUP.
Mapping Module - Fruits as a dimension
Create a line item "New Name" - List Formatted on Fruits
Target Module
Line item = Mapping Module.New Name[LOOKUP: Old Name]
Hope that helps
Misbah
Hi @Sravan_Kumar
If you want to replace old name with new name then create one import action to update the name of the list based on existing code.
Old Existing List
Create one module with fruit dimension and add two line line :
Create an import action:
Hope this helps!
Thanks
Akhtar
What is the ask?
Hi @Misbah.
I want the Edited name (has to be created) and not the Old name (already exists).
Please suggest me a way.
Thanks @Akhtar.shahbaz for another way of approach.
I tried this way too.
Thanks @Misbah.
The Lookup function was really simpler and it worked well.
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…