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

[data-export] Saved Queries not working as expected #545

Closed
AyoubLAMEGHAIZI opened this issue Aug 28, 2024 · 7 comments
Closed

[data-export] Saved Queries not working as expected #545

AyoubLAMEGHAIZI opened this issue Aug 28, 2024 · 7 comments
Assignees
Labels
bug Something isn't working Fixed

Comments

@AyoubLAMEGHAIZI
Copy link

Describe the bug
When i try to use a Saved query on the data export, i got on the input area " MyQuery_Name : MyQuery" instead of "MyQuery".

To Reproduce
Steps to reproduce the behavior:

  1. Go to 'DATA EXPORT'
  2. Click on 'Saved Queries'
  3. Select a query (for example: "AccountName : Select Name from Account") on the picklist.
  4. See on the input area that you got "AccountName : Select Name from Account" instead of "Select Name from Account"

Expected behavior
I expect to get only the query and not to have the query name.

Screenshots
Screenshot 2024-08-28 at 13 09 30

Desktop (please complete the following information):

  • OS: iOS
  • Browser chrome
  • Version [1.240]
@AyoubLAMEGHAIZI AyoubLAMEGHAIZI added the bug Something isn't working label Aug 28, 2024
@tprouvot tprouvot changed the title Saved Queries not working as expected [data-export] Saved Queries not working as expected Aug 28, 2024
@tprouvot
Copy link
Owner

tprouvot commented Aug 28, 2024

Hi @AyoubLAMEGHAIZI,

Thanks for raising this issue !
Could you send me the value of your saved queries to be able to reproduce the bug ?
You can check how to do so in the step 2 of this section

image

@AyoubLAMEGHAIZI
Copy link
Author

Hi @tprouvot , here is it:
{
"query": "Null First Name:select id from account where FirstName = null",
"useToolingApi": false
},

@AyoubLAMEGHAIZI
Copy link
Author

another value:

{
"query": "Account today creation:select name from Account where createddate=today",
"useToolingApi": false
},

@tprouvot
Copy link
Owner

Ok @tprouvot I found out why I wasn't reproducing the error and fixed the issue, will be released by the end of the week !

@tprouvot tprouvot added the work in progress Someone is working on this issue label Aug 28, 2024
@AyoubLAMEGHAIZI
Copy link
Author

Many thanks @tprouvot !

@tprouvot
Copy link
Owner

Thanks for your help and for raising the issue ! 🚀

@tprouvot tprouvot added Fixed and removed work in progress Someone is working on this issue labels Aug 29, 2024
@tprouvot
Copy link
Owner

Fixed, release sent to google chrome. Should be deployed tomorrow

@tprouvot tprouvot closed this as completed Sep 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Fixed
Projects
None yet
Development

No branches or pull requests

2 participants