I am getting this error, even though the screen is displaying the image it says it has failed to get.
Here is my code:
IfError(
ClearCollect(
blobs,
CollectAzureBlobStorageRecordForStCode.Run(glCurrentStCode)
),
""
);
Set(
BlobRowCount,
CountRows(blobs)
);
Clear(blobCollection);
ForAll(
blobs,
Collect(
blobCollection,
{
RowIndex: CountRows(blobCollection) + 1,
Comment: blobs[@Comment],
BlobStorageID: blobs[@BlobStorageId],
FK_LinkID: blobs[@FK_LinkID],
Timestamp: blobs[@Timestamp]
}
)
);
It may be the Collect that is causing the error. I have tried wrapping it with IfError(...,"") but it doesn't see it as valid code:
Solved! Go to Solution.
Hi @stapes,
This is a tough one, how does your GetFileContent call look like?
The error might not come from the GetFileContent but from somewhere else.
I would try to keep it simple and separate the actions that you have.
I'm also going to include a link to a good video on constructing an app with Azure Blob:
https://www.youtube.com/watch?v=ivWA8RuXedA
Thank you,
Ovidiu
Hi @stapes,
This is a tough one, how does your GetFileContent call look like?
The error might not come from the GetFileContent but from somewhere else.
I would try to keep it simple and separate the actions that you have.
I'm also going to include a link to a good video on constructing an app with Azure Blob:
https://www.youtube.com/watch?v=ivWA8RuXedA
Thank you,
Ovidiu
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
User | Count |
---|---|
259 | |
122 | |
85 | |
80 | |
70 |