Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

*CollectionProcessors* - Action name not found: null / Invalid value for property iconName: CollectionProcessorsSVG:colproc #1615

Open
JnsMT opened this issue Dec 17, 2024 · 1 comment

Comments

@JnsMT
Copy link

JnsMT commented Dec 17, 2024

How to use GitHub

  • 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:

  1. Use "Extract Strings From Collection" or "Get First" apex flow action from [USF Collection Processor] package in flow
  2. Embed flow in Experience Cloud Site which is publicly accessible by guest users
  3. Use flow as guest user
  4. ??? - Error happens intermittently and non-reproducable
  5. 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|appointmentassistant@dtb.force.com.fullcopy|(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

@JnsMT JnsMT changed the title *{!ComponentName}* - _({!ElementName})_ - {!BugTitle} *CollectionProcessors* - Action name not found: null / Invalid value for property iconName: CollectionProcessorsSVG:colproc Dec 17, 2024
@ericrsmith35
Copy link
Collaborator

Please try v3.2.5
https://unofficialsf.com/list-actions-for-flow/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants