Recent content by hiteshkkk

  1. hiteshkkk

    Retable - Search for string

    Retable API has introduced API for Search for a string in Retable Endpoint is https://api.retable.io/v1/public/retable/{retable_id}/search?columnID={columnID}&term={term} Any plans to implement the same in our flow? I could use custom API, but then consuming response is getting tedious.
  2. hiteshkkk

    Google reviews does not work consistently

    Workflow name is Google reviews and screenshot of 2 recent reviews attached.
  3. hiteshkkk

    Google reviews does not work consistently

    I have a workflow which will fetch new Google reviews and reply them. The workflow is fine most of the times. But, at times, it does not even trigger. And I don't even see history of it. What should be the issue?
  4. hiteshkkk

    Convert XML data to Google Sheet

    Any ETA for the same?
  5. hiteshkkk

    Convert XML data to Google Sheet

    This is secured access to NSE Mutual Funds platform and the URL is https://www.nsenmf.com/NMFIITrxnService/NMFTrxnService/IINDETAILS The response is attached in this thread.
  6. hiteshkkk

    Convert XML data to Google Sheet

    I have a API Query which returns response in XML which I wish to add as row to Google Sheets. The responses can have multiple rows. How do I do that? I tired iterator but I think the response is not valid array for it. Please guide.
Top