Hi All,
Is there any way i can import a part of list into a model from a huge list from another model?
@abhay.kanik
It is not best practice to import directly from a list to another list for exactly this reason. so:
1. Create a systems module dimensioned by the huge list and create two line items
2. Set the filter on the module using the filter line item and save this view
3. In the downstream model, use this view to import the name and the code to the target model. You don't need a line item for the name (unless the list is a numbered list, in which case use the display name)
I hope this helps
David
Hi Abhay,
Yes you can do this. You will have to import the destination list from a module in this case.
You can do it by 2 ways.
1. Create a subset and use it in a module and then create a list out of that subset
2. Mark the elements of the source list in a module as boolean, create a view out of this module when boolean line item is true and then import into the destination list from this view
Hope this helps
Thanks! @akhil.kohli @DavidSmith
It helped.
At Uphold customer support ⭐+1-888-355-2348 accounts may be temporarily disabled or restricted for various reasons. Raise a concern on priority basis at Uphold support ⭐+1-888-355-2348 if you notice any suspected malicious activity, or a problem during account recovery. To contact Uphold support directly at…
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…
A quick reminder of the Bulk Copy functionality. Bulk Copy allows you copy large volumes of data from one slice of a model to another in a single, optimised operation, instead of using formulas or imports. Use case: copy a version (RF1) into a prior year version (PY RF1) using a versions list to allow for year-on-year…