Hi Experts,
Could you give me a clarification for this error?
There is no detailed explanation for this.
What does this error stands for?
Hi,
Your import action is using "Combination of property" option to upload the file into the list.
I hope your loading a file through an action?
You getting this error, because of Column name different in your file vs Column name used initially to create this action, There is something incorrect in your template(might be the column name change or column change)
I have created an import action to load data into the list using this below template(File 1)
Now I am loading below file 2 into the list using the action.
AM getting this error, because there is different in column name.
Check the import file and compare it with the import action
Regards,
Vignesh M
Hi Vignesh
This is noted.
Thanks for your clarification!
Inoue
@Tsuyoshi_Inoue1 ,
Please review the data load process and try to find a unique key (code) instead of using Combination of Properties due to performance reasons. Please see the below article which details why combination of properties should not be used:
https://community.anaplan.com/t5/Best-Practices/Data-Hubs-Purpose-and-Peak-Performance/ta-p/48866
specifically:
Thanks,
Rob
I have a requirement to extract last 90 days data from an Anaplan model through Matillion. I wanted to know is there any API which I can use to achieve the same? I have taken a look at the (Integration APIs) Bulk API as well as Transactional API and none of them has a relevant query parameter which I can use to apply the…
Hi, I'm trying to create a month to date line that is based on a specific input date, not the actual date. Is this possible?
The data I'm trying to import is as follows Parent-Code A B A C B D C D D E I want to generate the following list from this data: L1 L2 L3 L4 A A-B A-B-D A-B-D-E A A-C A-C-D A-C-D-E You can create up to L3.However, L4 has multiple parents for one row of data When I try to create L4 from D-E, only one list row is generated…