Fixed
Status Update
Comments
lc...@gmail.com <lc...@gmail.com> #2
Hello,
Thank you for reporting this feature request.
In order to not misunderstand it, you want to be able to insert into a document
Also, what would be your benefit of having this implemented?
Thank you!
il...@google.com <il...@google.com> #3
I would also like to make this request to insert new smart chips into Google Docs using both the API and Apps Script functions.
lc...@gmail.com <lc...@gmail.com> #4
Hi,
What would also be the benefit for you of having this feature implemented?
Regards.
lc...@gmail.com <lc...@gmail.com> #5
That works enable me to insert smart chips into a Google doc which I'm
generating via Google sheets alp script.
On Mon, Mar 28, 2022, 09:18 <buganizer-system@google.com> wrote:
generating via Google sheets alp script.
On Mon, Mar 28, 2022, 09:18 <buganizer-system@google.com> wrote:
il...@google.com <il...@google.com> #6
Hi,
What would be the impact for you in terms of costs, employee productivity, if any, of having this feature implemented?
Regards.
fr...@gmail.com <fr...@gmail.com> #7
Not sure about why this would matter in this case, but: if it is not
automated, someone would need to go into the generated documents one by one
and replace the dates with the smart chips.
On Mon, Apr 4, 2022, 09:52 <buganizer-system@google.com> wrote:
automated, someone would need to go into the generated documents one by one
and replace the dates with the smart chips.
On Mon, Apr 4, 2022, 09:52 <buganizer-system@google.com> wrote:
ba...@gmail.com <ba...@gmail.com> #8
Hello,
Thank you for your answers, I have forwarded this Feature Request internally.
Regards.
ba...@gmail.com <ba...@gmail.com> #9
I would also like the ability to get the information from a smart/people chip in google sheets.
With the addition of smart chips some shared users will update existing documents with email addresses to be smart chips. If an existing script needed that cell to be an email address, we lose this. Adding chip edit options would give us a way to work through the auto-change to chips issues.
With the addition of smart chips some shared users will update existing documents with email addresses to be smart chips. If an existing script needed that cell to be an email address, we lose this. Adding chip edit options would give us a way to work through the auto-change to chips issues.
il...@google.com <il...@google.com> #10
I would like to thumbsup this idea as I'm looking for a way to insert Chips in Google Docs that refers to a specific row (or at least a document) in Google Sheets from App Script. Thanks :)
ba...@gmail.com <ba...@gmail.com> #11
I share the same need as made in previous comments. I have people chips in docs and sheets and would like to programmatically retrieve email addresses and info from the chip. Today it seems this is not possible so I must keep the cell as an email address instead 😩
ba...@gmail.com <ba...@gmail.com> #12
I share the same need as made in previous comments.
ff...@gmail.com <ff...@gmail.com> #13
I'm also looking into having this feature made as well. I have a library of scripts that automated document creation based on calendar events, which would benefit greatly if the smart chips could be dynamically add via app script, rather than manually updated.
il...@google.com <il...@google.com> #14
This feature will save me hours of labor company wide
il...@google.com <il...@google.com> #15
Spent about an hour trying to figure out how to do this. I can get the handle to the smart chip object inside the paragraph, but can't touch it (other than removing). Essentially, all we need is a "setDate" method for the date smart chip object, or appendDate in the paragraph object (or appendPerson etc) . Shouldn't be that difficult to implement, and can mean the world to anyone trying to automate a document that contains smart chips.
ba...@gmail.com <ba...@gmail.com> #16
+1 Would love to be able to pull name / email etc.. from a smart chip to use in a google script.
ap...@google.com <ap...@google.com> #17
+1 Yes, please. Adding, removing, updating a chip or series of chips within a sheet or doc would be a game changer! I could condense a lot of data into one chip which would improve data entry as well as the adoption of chip-use by our teams.
ba...@gmail.com <ba...@gmail.com> #18
This feature will also benefit myself, where I have a spreadsheet that has links to a lot of PDF files (Every row has a link, built with SpreadsheetApp....setRichTextValue()); when hovering over these links, my boss, and co-workers need to double check if the name they are hovering over is the correct/matching one, but if I could create these links inside a file Chip, it'd be more organized: while hovering over a Chip, the Chip changes color, and opens the link preview. Regular links (as in SpreadsheetApp....setRichTextValue()), don't change color when hovering over them.
I don't use this spreadsheet myself, I just create and maintain the the scripts. If I could make it more organized, it'd be awesome!
I don't use this spreadsheet myself, I just create and maintain the the scripts. If I could make it more organized, it'd be awesome!
il...@google.com <il...@google.com> #19
I'd like to add my use case here:
My team recently started using the "Review Tracker" table template in our design documents (this is a Google table template - not 3p). This comes with a pretty drop-down menu for the review status, that is made of smart chips. It's beautiful - people use it - thank you!
I'm attempting to write a script to scan our team drive for docs containing this review table, compile a list of pending reviews (anything != "Approved"), and send a nagging email to readers who need to take some action. It's currently a tedious manual process.
My team recently started using the "Review Tracker" table template in our design documents (this is a Google table template - not 3p). This comes with a pretty drop-down menu for the review status, that is made of smart chips. It's beautiful - people use it - thank you!
I'm attempting to write a script to scan our team drive for docs containing this review table, compile a list of pending reviews (anything != "Approved"), and send a nagging email to readers who need to take some action. It's currently a tedious manual process.
al...@gmail.com <al...@gmail.com> #20
+1 I would love this too cause i want to verify if a given email is valid based on people chip
al...@gmail.com <al...@gmail.com> #21
Yes please! At the moment this has to be done manually.
Also, the data (eg dropdown) from the chips cannot be read from google docs via gapps
Also, the data (eg dropdown) from the chips cannot be read from google docs via gapps
co...@gmail.com <co...@gmail.com> #22
+1 to the use case! I'm generating many text documents that would need each many dropdowns to capture some standardized information; right now, I'd need to send the text document with a spreadsheet with that logic embedded, which is very inconvenient. Having everything inside the same text document (including dropdowns) would save a lot of time and effort for my team. Thank you for reading :)
Description
Component used: Navigation Version used: 2.4.0-alpha02 Devices/Android versions reproduced on: Pixel 4a
Unfortunately I do not have repro steps as this is showing on the developer console after updating to Navigation 2.4.0-alpha02. It appears there is an exception when a Dialog (declared in the nav graph) is closed. The stack trace is below
This is how the nav graph is defined