Questions tagged [flowgear]

Flowgear is an integration platform as a service (iPaaS). Use the Flowgear tag to ask questions about the platform, Flowgear nodes, Flowgear DropPoints or to get help building your workflow.

44 questions
0
votes
1 answer

How to deal with arrays in the QuickMap function in Flowgear

I need to match one field called defaultAddress in NetSuite into several fields (Address1, city, State, PostCode and Country) in Autotask. IIF(ISEMPTY({defaultAddress}), "No Address is provided",SPLIT(REPLACE({defaultAddress}, "", ","), ",")) I…
ida
  • 3
  • 1
0
votes
1 answer

Droppoint Support for Mac

Good Day, Is there a roadmap for the drop points to support MacOS or is there another way to get drop point like access to MacOS? Currently the Drop point only supports Microsoft
0
votes
1 answer

Droppoint Error Throws When Testing Sage Evolution Node Connection

I am getting the following error when trying to Test a Sage Evolution connection via a droppoint: " DropPoint Invoke Error: Unable to connect to database - This Node does not support Sage Evolution v7.20.2.000. Try upgrading the Node." Past this…
sanjay
  • 437
  • 3
  • 17
0
votes
0 answers

Sage evolution with branch accounting in flowgear

I have one question regarding to flowgear with sage evolution(branching) integration. I have created flowgear workflow for client and stkitem data sync with branch accounting(specific Branch id) to my web porter. when i submit order from web to…
sanjay
  • 437
  • 3
  • 17
0
votes
1 answer

Error not throwing in workflow

Although an error is being thrown in the child workflow (intended), the parent workflow logs show otherwise. I need that error to be thrown and stop validation so I can display an error message to the user in an external system.
ykadaru
  • 1,108
  • 2
  • 16
  • 32
0
votes
1 answer

Flowgear endpoint not working

Trying to test a sample endpoint for a workflow that I configured as follows: POST https://mycompany.flowgear.net/bizrules/validation/gstCheck/?name={businessName}&number={businessNumber}&date={startDate}&canID={candidateID}&pID={placementID} I…
ykadaru
  • 1,108
  • 2
  • 16
  • 32
0
votes
1 answer

HTML to PDF Node not working

This is the error I get: "Could not get the metafile from HTML string. Could not initialize the html converter object.Request failed.." It also takes very long to process, always more than 20 seconds. The HTML code is below:
ykadaru
  • 1,108
  • 2
  • 16
  • 32
0
votes
2 answers

How to break RegexMatcher loop

The first image below is the parent workflow and the image below that is the child workflow. In the child workflow I check if a singular value I provide is in the list separated by commas I also provide. I use a Regex matcher along with an if node…
ykadaru
  • 1,108
  • 2
  • 16
  • 32
0
votes
1 answer

Subworkflow example is not work in flowgear

I have created two flowgear workflow for demo purpose and understanding how to work flowgear SubWorkflow.I have created two flowgear workflow ex.below is the link: 1)Test1:http://flowgear.me/s/ovY8mH9 2)Test2:http://flowgear.me/#s/20vD6P6 In Test1…
sanjay
  • 437
  • 3
  • 17
0
votes
0 answers

Questions re Flowgear Formatter and Variable bar

Following the answer from this question, I have my Flowgear Email Alert sending an email on Any Error. Using this formatter Expression: Message: {error} siteId: {siteId} workflowId: {workflowId} workflowInstanceId: {workflowInstanceId} username:…
Shawn de Wet
  • 5,642
  • 6
  • 57
  • 88
0
votes
1 answer

Flowgear How to send "Any Error" email for a workflow

I'm trying to setup a Single Email node off the "Any Error" event of a Workflow, as indicated in this screenshot: What I'm unclear about, is how do I get the Exception info (Stack Trace, Message, etc) into the Body of the email to be sent. Please…
Shawn de Wet
  • 5,642
  • 6
  • 57
  • 88
0
votes
0 answers

Flowgear Web Request

I have issue in send json data usingi web request node to,I have used web request node to send request on specific web service URL(created web service in java) and in web service received json data pass by web request post data but in web service…
sanjay
  • 437
  • 3
  • 17
0
votes
1 answer

When To Use Flowgear Subworkflow

I will creating one demo for used of flowgear subworkflow,i have read help document but i am not understand when to used subworkflow.Can you please give me one example for how to create subworkflow in flowgear and in which situation i used flowgear…
sanjay
  • 437
  • 3
  • 17
0
votes
1 answer

How To Working With Offline Droppoint In Flowgear

Here i am troubled out with a issue with my drop point. Here is the scenario: -> we are using JAVA POST api for inserting values in sage database(Using flowgear sage evolution node). -> when we are online, and the workflow is called from api then…
sanjay
  • 437
  • 3
  • 17
0
votes
1 answer

Flowgear How to map database field to sage evolution userdefine field

I have done map single database field to sage evolution Document module userdefinefield,but i am not know how to map multiple database field to sage evolution(Document) usedefinefield. I have define userdefinefield into sage evolution…
sanjay
  • 437
  • 3
  • 17