Confuing for loop error
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-06-2024 07:03 AM
Hi all, I've been getting the following error caused by a for loop I wrote. The loop is part of an "Update Record" action that I've scripted in Flow Designer. Does anyone know what might be causing it? The script is searching for a string in a large inputted description, with the possible strings to find in an array I've created. However, the error seems to think there's a syntax error and I can't find it.
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-06-2024 07:24 AM

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-06-2024 07:25 AM
@EJ13 Replace let with var in the for loop.