Sign in to join the conversation:
Good Afternoon
Does anyone know how to use Datamesh???
I am having trouble getting it working, any tips???
thanks in advance
Michael
Hi Michael
Based on my experience with Datamesh, I would recommend (and i think Smartsheet does too) using cross-sheet formulas. See: https://community.smartsheet.com/discussion/alternative-vlookup-smartsheet
Hope this helps?
Sean Williams
I use cross sheet formulas but the 25K limit is a constant worry.
I'd be interested to hear what you do with datamesh. I'd like to see if I can use it to merge tables but the app is not part of our current plan.
Hi At https://developers.smartsheet.com/api/smartsheet/openapi/rows/rows-addtosheet the documentation says that a 'permaLink' attribute can be returned, "if the include query string parameter contains rowPermalink". So I've set my POST request to: /sheets/#{sheet_id}/rows?include=rowPermalink and sadly had no luck. I have…
Is new python sdk available for new end points. Is Sunset date moved to Jun-2026
We're looking to create a Gantt chart by inserting the data and creating the chart via the API (actually via the Java SDK, but either will do). Inserting the data is fine, but cannot seem to get the setDependenciesEnabled (which believe need for the Gantt ) or setGanttEnabled() to work… We think part of this is the order…