Skip to content

Commit

Permalink
Add hyperlink
Browse files Browse the repository at this point in the history
  • Loading branch information
BSanchidrian committed Nov 11, 2024
1 parent d5e468b commit 965f4ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/DanaCrawler/DanaCrawler/GoogleSheetService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ private async Task InsertNeedsRequestsAsync(List<HelpRequest> requests)
rows.AddRange(requests.OrderBy(x => x.Id).Where(x => x.Type == "necesita").Select(request => new List<object>
{
request.CreatedAt.ToString("yyyy-MM-dd HH:mm:ss"),
request.Id,
$"=HYPERLINK(\"https://ajudadana.es/solicitudes/{request.Id}\"; \"{request.Id}\")",
//request.Type ?? "",
request.CrmStatus ?? "",
request.Town?.Name ?? "",
Expand Down

0 comments on commit 965f4ee

Please sign in to comment.