Hi
I do not have a module setup for an import of the list from another list from other model. and I get this error
'error parsing key for this row no values'. How can I get rid of this error. Thanks in advance!
@garima.rawat
Create a Boolean line item which will be TRUE for all the items (if you don't want to filter it based on any logic). Use that Boolean as a filter to create a saved View. Keep the Summary of Boolean Filter Line item to "None"
Hope that answers your question and Don't forget to close the query
Misbah
@garima.rawat Not very sure from the error... however whenever you try to import from one model to another, I would always check the "Source Model" settings to check whether the source model from which we are importing is correct.
AB
Good Question!
"First of all It is not considered to be the Best Practices to Import List into another List. Below error is a typical example of why it is not considered to be the Best Practice. You could easily avoid all these silly errors by importing from saved view to the list"
Here is what I think might be happening. If you are importing from one list to another list and Importing is happening on the basis of "Code Only" then you get these error messages when the code is missing in few of the source list items
Source List
Import Mapping
Error message
Target List
Hope this helps
@ashish.banka thanks! I will check that
@Misbah Thanks for your reply.
So the best practice would be creating a module and importing from its saved view u mean ?
Yes, Always Import from Saved View.
@Misbah If I have a hierarchical list but its a balanced hierarchy how should I create the flat module for import?
@Misbah Thank you! this makes sense
下記のようなことがしたいです コンテキストセレクターの値を別モジュールに反映し、それを使って計算したいです。 selecter A-1 Dim code amount Select→ A-1 1 100 A-2 2 100 A-3 3 100 A-4 4 100 module Dim code amount key Flg A-1 1 1 25 A-1 TRUE 1 1 25 A-1 TRUE 1 1 25 A-1 TRUE 1 1 25 A-1 TRUE 2 2 50 A-2 FALSE 2 2 50 A-2 FALSE
Hello - I have a 2 level ragged hierarchy (yes, it's a chart of accounts), that for reporting purposes is used in 4 different models (yes, it's a P&L). What is the best way set this to allow one to be the "source of truth" and then import between the four models without creating actions that include ignores? It seems like…
I am testing export actions using workflow but its not generating any file when I am running the workflow, but the same process is generating export file when ran from the Actions→Process section. Is their any issue with the workflow functionality? Also, If I want to generate a file after completion of workflow and pull…