Hello.
I'm trying out Flow a little deeper and have lots of questions (fun!).
Simple project:
- Hit the Github emoji api
- Get all emojis
- Convert from JSON object to array(?)
- Send all emojis to a sharepoint list with two columns
- emoji_name
- url
So far:
- Created the Sharepoint list with 2 columns correctly named
- Created the HTTP GET request to https://api.github.com/emojis
- It returns a JSON object of all emojis
- I cant seem to find a way to convert this from JSON object to somthing Sharepoint will ingest.
Any ideas?
Thanks