I want to insert the Tweet Id to Azure SQL Database's bigint data type column. Now, to do this, I'm using "Compose" Action and "@int(triggerBody()?['TweetId'])". Now my flow. 1. Trigger "When a new tweet is posted" 2. Action Compose Name: TweetId-int Input: "@int(triggerBody()?['TweetId'])" 3. Action "Insert row" Name: Insert row Tweet Id: output - TweetId-int I hope more easy to convert data type So, My idea is "Conversion Data Type". Regards, Yoshihiro Kawabata
... View more