Hi,
Im using Flow to get tweets as they come through. Im sending the results to Azure Table storage and I have just noticed that TweetText is being truncated. Is there any way I can resolve this? There doesnt appear to be a way of setting this in the Azure Storage Table?
Has anyone else noticed this issue?
Debbie
Hi @debbieedwards,
Do you mean that all the TweetTexts are being truncated? Or just some of them?
What’s the size of the text?
As you are using Azure Table storage, per my certain knowledge, the maximum object name length is 255 characters. And the max size of a message in a queue is 64 KB. I am afraid that the text that you are going to save would be over the limits. More details about the limits, please check it at here:
https://docs.microsoft.com/en-us/azure/storage/common/storage-scalability-targets
Hope it could be your reference.
Best regards,
Mabel Mao
Just some of the data is being truncated. I tried just sending the tweet ID and Tweettext to a seperate table storage in the hope that that would work but it didnt and its still truncating. If I cant use the Azure Storage table what would you suggest moving too?
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
12 | |
11 | |
10 | |
9 | |
6 |
User | Count |
---|---|
26 | |
20 | |
12 | |
10 | |
7 |