Change link for text

I have an action to send a file by mail.
but I canโ€™t shorten or change the link.
please help

Solved Solved
0 12 186
1 ACCEPTED SOLUTION

thanks for your time.
one more question.
it being a document table can it affect what i am trying to do?

View solution in original post

12 REPLIES 12

I read it but I canโ€™t get it to work

What did you try? What was the result? Screenshots would be helpful.

SELECT(CARGADAS[file](HYPERLINK([_THISROW].,โ€œaquiโ€),
[file name]=[file txt]))
)))

Not a valid expression in any way, shape, or form.

okay I understandโ€ฆ

this expression

CONCATENATE( " Le recordamos que la factura Nยฐ" ," โ€œ,
LIST([Comp.]), " " , โ€œse encuentra vencida desde el dia:โ€ , " " ,โ€ ",
[Comp. - F. Vto.], " ", โ€œ$โ€ ,
[Comp. - Impte. mon. Local] , " โ€œ, โ€œDescargue su factura enโ€ , " " ,โ€ ",
SELECT(CARGADAS[file],
[file name]=[file txt]))

generate this

Le recordamos que la factura Nยฐ FC B 0004-00014216 se encuentra vencida desde el dia: 04/15/2021 $7000 Descargue su factura en https://www.appsheet.com/get/?i=YXBwTmFtZT1DbGVhbkNpdHlTQTEtMzM0NDE1JnRhYmxlTmFtZT1DQVJHQURBUyZmaWxl...
How do I shorten or transform it into clickable-text?

So the

SELECT(CARGADAS[file],
[file name]=[file txt])

part is what generates your URL, so this is what you would use HYPERLINK() on, which expects a URL as its 1st argument.

sorry, I do not understand

Do you understand how you would replace โ€œwww.anyurl.comโ€ with the text โ€œClick Hereโ€, by using HYPERLINK() ?

evidently not

Then you need to review the Help Article posted above more closely.

thanks for your time.
one more question.
it being a document table can it affect what i am trying to do?

Top Labels in this Space