I have a task to do the following, but struggling to extract the prices array which I think is needed from the get go. Plus is there any chances this could run into large operation use?
Extract the highest price of today
• Use only the prices array
• Filter out values where the timestamp is before today’s midnight
• From the remaining data, determine the highest price of the day so far
Compare to stored reference price
• The reference price is stored in a Make Data Store:
• Data store name: btc_reference
• Key: btc_eur
• Value: e.g. 75000
• Logic:
If highest_price - reference_price = or higher than 1250, continue
If condition is met
• Send an email via Microsoft 365 connection:
• Subject: Bitcoin price has increased!
• Body:
“Bitcoin has risen to € highest_price. That is € more than the previous threshold of € reference_price .”
Update the reference price
• Save the new highest_price as the updated reference in the same Data Store key: btc_eur
I would suggest completing the Make Academy before jumping into building a complete scenario. If you need specific assistance when you are building a scenario it’s easier to help you then. Otherwise, you can also hire a professional by posting a request in the Hire a Pro category.
Here are some useful links and guides you can use to learn more on how to use the Make platform, apps, and app modules. I found these useful when I was learning Make, and hope they might benefit you too —
You can also use the Hire a Pro category to request for private 1-to-1 assistance via video call/screenshare/private messaging/etc. This may help you get your issue resolved faster especially if it is urgent or contain sensitive information. It is important to post your request in the Hire a Pro category, as forum members are not allowed to advertise their services in other categories like here (even if it’s free/unpaid). Posting in the Hire a Pro category will allow other members to assist you over other forms of communication.
Alternatively, you can use the private messaging feature to directly reach out to other forum members. To do this, go to your profile, and click on the “New Message” button:
Hope this helps! Let me know if there are any further questions or issues.