Transform map picking random attachment
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-04-2024 05:44 AM
We have a task form and when user attaches an excel with a constant name "x_fdrbl_quality_control.csv", and click on import button, it will run a transform map and the entries in the excel will be listed in the task.
Now there are multiple people doin this activity at same time and the file name has to be constant. What is happening now is if the attached excel to the task has 5 rows, sometimes, after the transform map is run, it will show some 25 record including this and others from other attachment. How to fix this
below is my field map script
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-04-2024 06:06 AM
Hi Anna,
Can you add logs to all GlideReocrd inside if conditions to se what scripts are running and how many times.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-04-2024 06:19 AM
Can you please help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-04-2024 06:40 AM
Actually you have the info messages, do you see them when this runs?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-04-2024 07:51 AM
Below are the logs I put and output Inline(It working fine, sometime this breaks like when multiple people are importing at same time or system is importing multiple csv)