Help
Dmitry_Mosquid
4 - Data Explorer
4 - Data Explorer
since ‎Apr 11, 2021
‎Nov 29, 2022

User Statistics

  • 2 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

I’m having a problem using fetch with the scripting app. My code looks like this: records.forEach(async (record) => { try { // works until here const response = await fetch(...) // never gets here either } catch (err) { // ne...