Search results

  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

    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?
  3. 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