Assuming success is required, the following 28 results were found.
in Zoho Creator: Go to Workflow > Form Workflows > New Workflow Choose the form > Run when Created or Edited > Trigger on Successful form submission > and name it OnSubmit > click on Create Workflow Select you want to run some Deluge Script and plug in...
type :GET connection:"zbooks" ]; info r_PaymentTerms; } This should yield something as follows: { "code": 0, "message": "success", "data": { "payment_terms": [ { "payment_terms_id": "123456000000000123", "payment_terms": 15, "is_default": false,...
headers:m_Header connection:"my_connection" ]; //info r_Analytics; // // parse response if(r_Analytics.get("status") == "success") { m_ResponseData = ifnull(r_Analytics.get("data"),Map()); l_DataSources =...
parameters:m_Params.toString() connection:"zcrm" ]; } if(!isNull(r_AddTags.get("code")) && r_AddTags.get("code").equals("SUCCESS")) { info "Tag Error resolved. Tags updated."; v_TotalProcessed = v_TotalProcessed + 1; } } } info...
// valid? note the underscore before the details variable a_QuotedItems = []; if (o_ParsedQuote._code == "SUCCESS") { if (o_ParsedQuote._details !== undefined) { if (o_ParsedQuote._details.statusMessage !== undefined) { if...
url=https://picsum.photos/400 &name=test_photo &client=joellipman &auth=YOUR_DAILY_KEY On success, you’ll receive: { "original": "https://your-domain.com/api/_origs/joellipman/test_photo.jpg", "thumbnail":...
m_ResponseData.get("code"); // // possible errors, output anyway b_Error = if(m_ResponseData.get("code").equalsIgnoreCase("SUCCESS"),false,true); if(b_Error) { info m_ThisInvoice.get("InvoiceNumber") + ": FAILED: " + m_ResponseData; info...
); // usage: v_TimeZone = v_Response.getJSON("timezone"); Returns something like: { "query": "147.188.254.175", "status": "success", "continent": "Europe", "continentCode": "EU", "country": "United Kingdom", "countryCode": "GB", "region": "ENG",...