Workato Pros Discussion Board
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! JavaScript Connector handling null values

Has anyone had luck handling null values in a JavaScript Connector? I have tried all these below but the error remains "Cannot read properties of null (reading 'regulation')"regulation = arrayValue.regulationregulation = arrayValue.regulation || 0reg...

jharrison by Deputy Chef II
  • 6560 Views
  • 12 replies
  • 5 kudos

Resolved! Do not break foreach loop when API fails

Issue is inside custom connector ruby code.Context: I have a list of companies in an array then I am using .each method to loop every company and then hitting an api call on every company.Problem: Now one api call is failed for a company and code bre...

Resolved! Adding items to a nested list

Hello,I have a recipe that pulls data by a specified date range. Sample data parsed from a list variable: { "data": [ { "Id": "1234", "Items": { "Item": "Placeholder Item" } }, { "Id": "1234"...

dkollar by Deputy Chef I
  • 2350 Views
  • 1 replies
  • 1 kudos

Developer API Unauthorized

Hi everybody,So I'm trying to use the CLI from Workato connector SDK (https://docs.workato.com/developing-connectors/sdk/cli/guides/getting-started.html). That I can create and test SDK connectors in a different environment than the one in Workato it...

lucas_novictus_1-1677756996579.png

Writing to a network share

I am trying to use the On-Premises agent to download files to a network share.  What is the format of the path that should be entered in the base field when setting up the connection?  I have not seen any examples so I was not sure if a UNC path woul...

jfreund by Deputy Chef I
  • 2212 Views
  • 2 replies
  • 0 kudos
Announcements

Have you heard about The New Automation Mindset? Click here to learn more.

Labels