Can you cell link through Bridge?

Hello,
I have used DataMesh to create links. However, is it possible to use Bridge and create cell links when adding row. Instead of a write in it would be linked.
If possible how would i get the link information to reference.
Answers
-
@Marisha90 Yes, it's possible. It would just be something you would create with a Smartsheet API call using Bridge.
Darren Mullen, Author of: Smartsheet Architecture Solutions
Get my 7 Smartsheet tips here
Take your Smartsheet knowledge to the next level and become an expert. Join the Smartsheet Guru Elite
-
Right. I might have not asked the right questions.
I have a Bridge workflow to get the row → add row after a condition is met.
The information added is a write in value by the reference point, which works fine.
What I meant to ask is how would I add a row link instead of just the value.
I would like the two cells to be linked. Does Bridge create cell links through the workflow?
-
@Marisha90 You can do that, but you can't do it with the built in Bridge add row module. You'd have to do the same think, but use the "Make API Call" and create the cell link there using the API documentation
Darren Mullen, Author of: Smartsheet Architecture Solutions
Get my 7 Smartsheet tips here
Take your Smartsheet knowledge to the next level and become an expert. Join the Smartsheet Guru Elite
-
@Darren Mullen I understand now. Thank you for the information!
I'll look into this