Hello I wonder how can I filter images from Azure blob storage and display them into gallery based on a Startswith(TextInput.Text) action ? I can manage to display all images in Azure blob, but i only want to display the images that starts with the text the user inserts into the textfield.
Thanks in advance
Solved! Go to Solution.
I believe your StartsWith is backward.
Filter(AzureBlobStorage.ListFolderV2("damages").value;StartsWith(Name; TextInput1.Text))
What you are trying to do is implement search on the Blob storage, which doesn't really exist through the connector.
You will need to use the ListFolderV2 action on the connector to get a list of the blobs and then filter that result to get the ID or the path of the actual blob that matches your startswith criteria.
It's a few extra hoops to jump through, but it works.
I hope this is helpful for you.
Hi already have this, but dont work
have this on my items on gallerys : Filter(AzureBlobStorage.ListFolderV2("damages").value;StartsWith(TextInput1.Text; Name))
and this on the image : AzureBlobStorage.GetFileContent(ThisItem.Id)
But the image throws error "unvalid parameters"
I believe your StartsWith is backward.
Filter(AzureBlobStorage.ListFolderV2("damages").value;StartsWith(Name; TextInput1.Text))
Thanks!
I have been trying to Filter the azure storage blob but still having issues. I have a screen with a textinput and gallery but the
User | Count |
---|---|
254 | |
109 | |
92 | |
48 | |
37 |