▲ 1 r/tasker
[AutoWeb] How can I set Default Value for a parameter if I set entire body in single Parameter?
From the documentation for this type of body
{
"title": "test",
"description": "This is a test",
"labels": {
"starred": true
}
}
if we want to set variable for "title" parameter we need to use something like this.
{
"title": "
=:==:=
text
name
File Name
The name you want to give the file
=:==:=
",
"description": "This is a test",
"labels": {
"starred": true
}
}
Now Please tell me how can I set default value for this title parameter? So when We add this API in Tasker we will have a default value in that parameter instead of empty placeholder. TIA
u/AdiraiMaji — 4 days ago