Recent content by angelinjohn

  1. angelinjohn

    Google sheets data as multipart/form-data to API

    1. So whenever new rows are added or existing rows are updated i want to send those rows as a File object and content as csv to the api 2. The format accepted is a File object and the content type accepted is multipart/form-data 3. If not a File object can i get the entire row or all updated...
  2. angelinjohn

    Google sheets data as multipart/form-data to API

    I have a workflow which needs to do the following? 1. when the sheet is modified i want to send the updated row as a form-data to a REST API i have created 2. Though i add the corresponding fields from the trigger, the api shows no data was sent. 3. is it possible to send the updated rows/the...
Top