swift-beach-91270
07/26/2023, 4:17 PMhttps://cdn.discordapp.com/attachments/1133795230735413258/1133795230953521152/Captura_de_pantalla_2023-07-26_131708.png▾
adamant-gold-84199
07/26/2023, 4:19 PMswift-beach-91270
07/26/2023, 4:23 PMswift-beach-91270
07/26/2023, 4:23 PMadamant-gold-84199
07/26/2023, 4:33 PMswift-beach-91270
07/26/2023, 4:36 PMstraight-laptop-95940
07/26/2023, 4:37 PMswift-beach-91270
07/26/2023, 4:38 PMstraight-laptop-95940
07/26/2023, 4:38 PMswift-beach-91270
07/26/2023, 4:40 PMstraight-laptop-95940
07/26/2023, 4:40 PMswift-beach-91270
07/26/2023, 4:40 PMswift-beach-91270
07/26/2023, 4:40 PMfamous-zoo-73118
07/26/2023, 4:56 PM{{ workflow.nombre.first }}
(assuming your variable is named nombre
) instead of @nombre
as the name parsing expects a full name and thus the Person Name input provides an object that needs to be accessed using the {{ }}
variable insertion curly bracket syntax.
On the other hand if you only expect a first name to be provided then the easiest solution is just using the Raw Input card instead of Person Name, that will allow you to store the raw user's input directly in a string.straight-laptop-95940
07/26/2023, 4:57 PMswift-beach-91270
07/26/2023, 4:57 PMflaky-finland-56426
07/29/2023, 9:42 AMfamous-zoo-73118
07/31/2023, 3:45 PM