Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

File types #1725

Open
MikeStall opened this issue Aug 3, 2023 · 1 comment
Open

File types #1725

MikeStall opened this issue Aug 3, 2023 · 1 comment
Assignees
Labels
MS_PVA Power Virtual Agents issues
Milestone

Comments

@MikeStall
Copy link
Contributor

Do we need a file type?

  • relationship to DType.File? / Dataverse type?
  • getting files from connectors
  • common type for PAD, PVA

This may be a purely SDK issue - from a language perspective, these would look like Records. Existing type checks should also ensure that we can't assign between real files and records.

@Robulane
Copy link
Contributor

Robulane commented Aug 3, 2023

Also, we need to think how do we want to model this. One way is that the file is just the array of bytes. Another way is that the file is an array of bytes + metadata such as name, mime type.

Independently of the representation, we should have a way to:

  1. Get the file length
  2. Get Base64, maybe using Text function

For our needs, "Binary" format can be enough.

@MikeStall MikeStall added this to the GA 1.1 milestone Aug 3, 2023
@anderson-joyle anderson-joyle added MS_PAD Power Automate Desktop issues MS_PVA Power Virtual Agents issues labels Jan 3, 2024
@anderson-joyle anderson-joyle removed the MS_PAD Power Automate Desktop issues label Jul 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
MS_PVA Power Virtual Agents issues
Projects
None yet
Development

No branches or pull requests

4 participants