I need help in Make.com
My SQ has a web hook that gets a large collection with arrays in json. Getting those values from the response so that I can record them in my db has me stuck.
Please reach out if you are up for a quick job and experienced with Arrays / Collections and iterators in Make.com ... Will likely lead to more work in the future.
Thanks,
Ryan
Sample:
{"data":[{"id":"binance_BNB/USDT_5m_pivotpoints_0","result":{"r3":303.3666666666668,"r2":303.23333333333346,"r1":303.16666666666674,"p":303.03333333333336,"s1":302.9666666666667,"s2":302.8333333333333,"s3":302.76666666666665},"errors":[]},
{"id":"binance_BNB/USDT_5m_fibonacciretracement_0","result":{"value":302.0246,"trend":"UPTREND","startPrice":300,"endPrice":305.3,"startTimestamp":1674005100000,"endTimestamp":1674011700000},"errors":[]},{"id":"binance_BNB/USDT_5m_obv_0","result":{"value":-9460.849999999995},"errors":[]},{"id":"binance_BNB/USDT_5m_nvi_0","result":{"value":987.2894437595081},"errors":[]},{"id":"binance_BNB/USDT_5m_pvi_0","result":{"value":1026.7631047707905},"errors":[]},{"id":"binance_BNB/USDT_5m_vwap_0","result":{"value":301.84590753270896},"errors":[]},{"id":"binance_BNB/USDT_5m_volatility_0","result":{},"errors":["'period' is a mandatory parameter!"]},{"id":"binance_BNB/USDT_5m_doji_0","result":{"value":0},"errors":[]},{
"id":"binance_BNB/USDT_5m_stalledpattern_0","result":{"value":0},"errors":[]},
{"id":"binance_BNB/USDT_5m_adx_0","result":{"value":16.920933638956125},"errors":[]},
{"id":"binance_BNB/USDT_5m_ultosc_0","result":{"value":63.578397212544125},"errors":[]},
{"id":"binance_BNB/USDT_5m_atr_0","result":{"value":0.487485015751195},"errors":[]},{
"id":"binance_BNB/USDT_5m_pd_0","result":{"value":0},"errors":[]}]}
... Show more