You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please use the 👍 reaction to show that you are affected by the same issue.
Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
Subscribe to receive notifications on status change and new comments.
Steps to reproduce
Steps to reproduce the behavior:
Use "Extract Strings From Collection" or "Get First" apex flow action from [USF Collection Processor] package in flow
Embed flow in Experience Cloud Site which is publicly accessible by guest users
Use flow as guest user
??? - Error happens intermittently and non-reproducable
See error
Expected behaviour
Action compiles and processes the collection successfully, like most times
Actual behaviour
Action intermittently throws following error: ActionName (FlowActionCall). Action name not found: null
Happened to us with the Get First [USF Collection Processor] and the Extract Strings From Collection [USF Collection Processor] action on latest version of package "CollectionActionsL", v3.2.2. Deactivating and activating the affected flow version or sometimes just waiting for some hours usually fixed the issue for the next few days.
After investigation, Salesforce support made out the following error message at the same times of our error message in their internal server logs: Exception: Invalid value for property iconName: We cannot find the icon resource:CollectionProcessorsSVG:colproc. Ensure that you uploaded the icon as a static resource
Debug Logs
If applicable, please insert debug logs here
Debug Log Information
08:58:09.6 (603740922)|FLOW_ELEMENT_BEGIN|38218c972842eed48b6971534bcc19395b6aab4-7fa1|FlowActionCall|GetFirstSA
08:58:09.6 (606780612)|FLOW_ACTIONCALL_DETAIL|38218c972842eed48b6971534bcc19395b6aab4-7fa1|GetFirstSA|Apex||false|Action name not found: null
08:58:09.6 (866727726)|FLOW_VALUE_ASSIGNMENT|38218c972842eed48b6971534bcc19395b6aab4-7fa1|GetFirstSA|false
08:58:09.6 (866927385)|FLOW_VALUE_ASSIGNMENT|38218c972842eed48b6971534bcc19395b6aab4-7fa1|error.errorId|1724559843-46924 (-1117638671)
08:58:09.6 (866932461)|FLOW_VALUE_ASSIGNMENT|38218c972842eed48b6971534bcc19395b6aab4-7fa1|error.type|FLOW_INTERVIEW_HANDLED_ERROR
08:58:09.6 (866936455)|FLOW_VALUE_ASSIGNMENT|38218c972842eed48b6971534bcc19395b6aab4-7fa1|error.message|Action name not found: null
08:58:09.6 (937343655)|FLOW_ELEMENT_ERROR|Action name not found: null
|FlowActionCall|GetFirstSA
08:58:09.6 (937491945)|FLOW_ELEMENT_LIMIT_USAGE|87 ms CPU time, total 315 out of 15000
08:58:09.6 (937536237)|FLOW_ELEMENT_END|38218c972842eed48b6971534bcc19395b6aab4-7fa1|FlowActionCall|GetFirstSA
08:58:09.6 (938631867)|FLOW_START_INTERVIEW_END|38218c972842eed48b6971534bcc19395b6aab4-7fa1|Self-Service Scheduling - Remote - A/B Test
08:58:09.940 (940578536)|USER_INFO|[EXTERNAL]|0055q000001rXgV|[email protected]|(GMT+01:00) Mitteleuropäische Normalzeit (Europe/Berlin)|GMT+01:00
08:58:09.949 (949254032)|CUMULATIVE_PROFILING_BEGIN
08:58:09.949 (949254032)|CUMULATIVE_PROFILING|No profiling information for SOQL operations
08:58:09.949 (949254032)|CUMULATIVE_PROFILING|No profiling information for SOSL operations
08:58:09.949 (949254032)|CUMULATIVE_PROFILING|No profiling information for DML operations
08:58:09.949 (949254032)|CUMULATIVE_PROFILING|method invocations|
External entry point: global static List<ExtractStringsFromCollection.Result> extract(List<ExtractStringsFromCollection.Request>): executed 1 time in 2 ms
Class.ExtractStringsFromCollection.extract: line 23, column 1: private static List getUniqueTextCollection(ExtractStringsFromCollection.Request): executed 2 times in 2 ms
Class.ExtractStringsFromCollection.getUniqueTextCollection: line 35, column 1: public Object get(String): executed 4 times in 1 ms
Class.ExtractStringsFromCollection.extract: line 8, column 1: global public System.Iterator iterator(): executed 6 times in 1 ms
Class.ExtractStringsFromCollection.getUniqueTextCollection: line 32, column 1: public Set(Integer): executed 2 times in 0 ms
Class.ExtractStringsFromCollection.getUniqueTextCollection: line 33, column 1: global public List(): executed 2 times in 0 ms
Class.ExtractStringsFromCollection.getUniqueTextCollection: line 34, column 1: global public System.Iterator iterator(): executed 6 times in 0 ms
Class.ExtractStringsFromCollection.extract: line 6, column 1: global public List<ExtractStringsFromCollection.Result>(): executed 2 times in 0 ms
Class.ExtractStringsFromCollection.getUniqueTextCollection: line 38, column 1: global public Boolean add(Object): executed 2 times in 0 ms
Class.ExtractStringsFromCollection.extract: line 9, column 1: global public Integer size(): executed 2 times in 0 ms
Class.ExtractStringsFromCollection.extract: line 12, column 1: public Integer length(): executed 2 times in 0 ms
The text was updated successfully, but these errors were encountered:
JnsMT
changed the title
*{!ComponentName}* - _({!ElementName})_ - {!BugTitle}
*CollectionProcessors* - Action name not found: null / Invalid value for property iconName: CollectionProcessorsSVG:colproc
Dec 17, 2024
How to use GitHub
Steps to reproduce
Steps to reproduce the behavior:
Expected behaviour
Action compiles and processes the collection successfully, like most times
Actual behaviour
Action intermittently throws following error:
ActionName (FlowActionCall). Action name not found: null
Happened to us with the Get First [USF Collection Processor] and the Extract Strings From Collection [USF Collection Processor] action on latest version of package "CollectionActionsL", v3.2.2. Deactivating and activating the affected flow version or sometimes just waiting for some hours usually fixed the issue for the next few days.
After investigation, Salesforce support made out the following error message at the same times of our error message in their internal server logs:
Exception: Invalid value for property iconName: We cannot find the icon resource:CollectionProcessorsSVG:colproc. Ensure that you uploaded the icon as a static resource
Debug Logs
If applicable, please insert debug logs here
Debug Log Information
08:58:09.6 (603740922)|FLOW_ELEMENT_BEGIN|38218c972842eed48b6971534bcc19395b6aab4-7fa1|FlowActionCall|GetFirstSA
08:58:09.6 (606780612)|FLOW_ACTIONCALL_DETAIL|38218c972842eed48b6971534bcc19395b6aab4-7fa1|GetFirstSA|Apex||false|Action name not found: null
08:58:09.6 (866727726)|FLOW_VALUE_ASSIGNMENT|38218c972842eed48b6971534bcc19395b6aab4-7fa1|GetFirstSA|false
08:58:09.6 (866927385)|FLOW_VALUE_ASSIGNMENT|38218c972842eed48b6971534bcc19395b6aab4-7fa1|error.errorId|1724559843-46924 (-1117638671)
08:58:09.6 (866932461)|FLOW_VALUE_ASSIGNMENT|38218c972842eed48b6971534bcc19395b6aab4-7fa1|error.type|FLOW_INTERVIEW_HANDLED_ERROR
08:58:09.6 (866936455)|FLOW_VALUE_ASSIGNMENT|38218c972842eed48b6971534bcc19395b6aab4-7fa1|error.message|Action name not found: null
08:58:09.6 (937343655)|FLOW_ELEMENT_ERROR|Action name not found: null
|FlowActionCall|GetFirstSA
08:58:09.6 (937491945)|FLOW_ELEMENT_LIMIT_USAGE|87 ms CPU time, total 315 out of 15000
08:58:09.6 (937536237)|FLOW_ELEMENT_END|38218c972842eed48b6971534bcc19395b6aab4-7fa1|FlowActionCall|GetFirstSA
08:58:09.6 (938631867)|FLOW_START_INTERVIEW_END|38218c972842eed48b6971534bcc19395b6aab4-7fa1|Self-Service Scheduling - Remote - A/B Test
08:58:09.940 (940578536)|USER_INFO|[EXTERNAL]|0055q000001rXgV|[email protected]|(GMT+01:00) Mitteleuropäische Normalzeit (Europe/Berlin)|GMT+01:00
08:58:09.949 (949254032)|CUMULATIVE_PROFILING_BEGIN
08:58:09.949 (949254032)|CUMULATIVE_PROFILING|No profiling information for SOQL operations
08:58:09.949 (949254032)|CUMULATIVE_PROFILING|No profiling information for SOSL operations
08:58:09.949 (949254032)|CUMULATIVE_PROFILING|No profiling information for DML operations
08:58:09.949 (949254032)|CUMULATIVE_PROFILING|method invocations|
External entry point: global static List<ExtractStringsFromCollection.Result> extract(List<ExtractStringsFromCollection.Request>): executed 1 time in 2 ms
Class.ExtractStringsFromCollection.extract: line 23, column 1: private static List getUniqueTextCollection(ExtractStringsFromCollection.Request): executed 2 times in 2 ms
Class.ExtractStringsFromCollection.getUniqueTextCollection: line 35, column 1: public Object get(String): executed 4 times in 1 ms
Class.ExtractStringsFromCollection.extract: line 8, column 1: global public System.Iterator iterator(): executed 6 times in 1 ms
Class.ExtractStringsFromCollection.getUniqueTextCollection: line 32, column 1: public Set(Integer): executed 2 times in 0 ms
Class.ExtractStringsFromCollection.getUniqueTextCollection: line 33, column 1: global public List(): executed 2 times in 0 ms
Class.ExtractStringsFromCollection.getUniqueTextCollection: line 34, column 1: global public System.Iterator iterator(): executed 6 times in 0 ms
Class.ExtractStringsFromCollection.extract: line 6, column 1: global public List<ExtractStringsFromCollection.Result>(): executed 2 times in 0 ms
Class.ExtractStringsFromCollection.getUniqueTextCollection: line 38, column 1: global public Boolean add(Object): executed 2 times in 0 ms
Class.ExtractStringsFromCollection.extract: line 9, column 1: global public Integer size(): executed 2 times in 0 ms
Class.ExtractStringsFromCollection.extract: line 12, column 1: public Integer length(): executed 2 times in 0 ms
The text was updated successfully, but these errors were encountered: