tecmusti
tecmusti
TTypebot
Created by fetchcreates on 2/26/2024 in #help-and-questions
Upload Mulitple Images -> Pic Choice
Block A: upload images Block B: javascript (execute on client disabled) let imageURLS = {{dataFromA}}; setVariable('imageURLS',imageURLS.split(', ')); Now you have an array of image urls from A
2 replies
TTypebot
Created by Marcos Antonio on 2/26/2024 in #help-and-questions
Good morning, straight from Brazil!
I think you can do that by get and then import methods via API.
5 replies
TTypebot
Created by Jesús Pacheco on 2/23/2024 in #help-and-questions
Problems with conditions
You haven't selected an operator for second condition (akita), be careful things might not work as expected.
5 replies
TTypebot
Created by Diego Eloy on 2/19/2024 in #help-and-questions
AWS Bucket Issues
👍
30 replies
TTypebot
Created by Diego Eloy on 2/19/2024 in #help-and-questions
AWS Bucket Issues
In your console region seems us-east-1 but your configuration sa-east-1
30 replies
TTypebot
Created by Magick on 2/22/2024 in #help-and-questions
Advice on how to implement dynamic questions
Have you ever tried looping a block? For example an image block with an array that contains 3 images? I tried and viewer did freeze, I needed to restart it.
7 replies
TTypebot
Created by Diego Eloy on 2/19/2024 in #help-and-questions
AWS Bucket Issues
us-east-1 or sa-east-1 ?
30 replies
TTypebot
Created by Julio Albuquerque on 2/22/2024 in #help-and-questions
PrefilledVariables
No problem, we all miss something.
19 replies
TTypebot
Created by Julio Albuquerque on 2/22/2024 in #help-and-questions
PrefilledVariables
I am also using same version, and it is working.
19 replies
TTypebot
Created by Diego Eloy on 2/19/2024 in #help-and-questions
AWS Bucket Issues
@Rafael Roque S3_ENDPOINT should contain your region. s3.sa-east-1.amazonaws.com and S3_REGION should be sa-east-1 if your region is sa-east-1
30 replies
TTypebot
Created by Julio Albuquerque on 2/22/2024 in #help-and-questions
PrefilledVariables
Is it working when you test on dashboard? If it is, then the problem is at your code part. console.log("reqData",reqData) before sending the request and take the screenshot and post here please.
19 replies
TTypebot
Created by Julio Albuquerque on 2/22/2024 in #help-and-questions
PrefilledVariables
No description
19 replies
TTypebot
Created by bhann7370 on 2/21/2024 in #help-and-questions
Is it possible to display small text opt-in disclaimers?
It is required in many countries, but I think it is not possible for now. I would do it in 3 steps. 1. An input asking for number 2. Showing a text bubble 3. A confirmation button labelled "Accept & Continue"
6 replies
TTypebot
Created by Julio Albuquerque on 2/22/2024 in #help-and-questions
PrefilledVariables
I did
19 replies
TTypebot
Created by Diego Eloy on 2/19/2024 in #help-and-questions
AWS Bucket Issues
Maybe s3 configuration (.env) is wrong
30 replies
TTypebot
Created by Diego Eloy on 2/19/2024 in #help-and-questions
AWS Bucket Issues
@Rafael Roque I really don't know, you should check logs.
30 replies
TTypebot
Created by Diego Eloy on 2/19/2024 in #help-and-questions
AWS Bucket Issues
@Rafael Roque Bucket Policy
30 replies
TTypebot
Created by Diego Eloy on 2/19/2024 in #help-and-questions
AWS Bucket Issues
{ "Version": "2012-10-17", "Statement": [ { "Sid": "PublicReadWriteAccess", "Effect": "Allow", "Principal": "", "Action": [ "s3:GetObject", "s3:ListBucket" ], "Resource": [ "arn:aws:s3:::<bucket-name>", "arn:aws:s3:::<bucket-name>/public/" ] } ] }
30 replies
TTypebot
Created by Diego Eloy on 2/19/2024 in #help-and-questions
AWS Bucket Issues
Maybe this will work
30 replies