Hi Glide Community,
I’m working on an app and trying to add a “Share” button to an item’s detail screen. My goal is for this button to trigger the native device share sheet so users can share a piece of text (e.g., an item’s description) to any app they choose (like X/Twitter, Notes, Email, etc.).
From what I understand, the “Share Text” action is typically used for this. However, I’m having trouble finding this action when configuring my button.
Here’s my setup and what I’ve tried:
-
Screen Context: The button is on an item detail screen, which is sourced from a single row of my Items table.
-
Button Component: I’m using a standard Button (or Button Block) component.
-
Attempting to Select Action: When I select the button and go to “Configure Action,” I click the dropdown to choose the action type.
I’ve carefully checked the initial list of common actions.
I’ve also expanded and meticulously searched through all the action categories presented (e.g., Interaction, Communication, Data, Flow, etc.).
4. Result: I can find Share link, Open link, Show notification, and many other actions, but Share Text does not appear to be listed anywhere.
My Question:
Has the Share Text action been renamed, moved to a very specific sub-category, or is it possibly unavailable in certain contexts or Glide versions/plans (I’m on the Free plan)?
Am I misunderstanding where to find it, or is there an alternative standard Glide action to achieve this universal device share functionality for text content?
I’ve tried a hard refresh of the builder and checking in a different browser, but the action still seems to be missing from the list. I’ve attached a screenshot showing the action categories available to me when I try to select an action for my button. (Ideally, you’d attach the screenshot you last showed me where “Share Text” was missing from the categorized list).
Any guidance or suggestions on how to implement this native text sharing would be greatly appreciated!
Thanks,
[Kwame/CreatorNest]