I'm setting up a flow to record twitter posts from a user along with the post they are replying to. The twitter API has something called 'in_reply_to_status_id' which gets the tweet ID of whatever the current tweet is a reply to. When I'm creating my flow, though, only the author id for the tweet being replied to seems to be available as dynamic content, not the tweet ID. How do I get that data?
Assuming that information is returned in the JSON of the API, you could use a Parse JSON to get at the value. Take a look at the output from a previous run to verify that the value is in there, but isn't mapped to the Dynamic Content. Then use that output to create the Schema in a Parse JSON action and supply the output to the Parse JSON. That should add the values to the Dynamic Content.
User | Count |
---|---|
89 | |
41 | |
22 | |
20 | |
16 |
User | Count |
---|---|
138 | |
56 | |
47 | |
36 | |
25 |