You can try something like this:{{Base_URL}}attask/api/{{API_Version}}/USER/search?fields=ID,name,emailAddr,username That will give you the name, user and emailHope it helps
Yes you can, but is a little more tricky {
"blocks": [
{
"key": "",
"text": "hello",
"type": "unstyled",
"depth": 0,
"inlineStyleRanges": [],
"entityRanges": [
{
"offset": 0,
...
The most important part for that update is to have the correct JSONThis is the format:{
"blocks": [
{
"key": "",
"text": "Some Text",
"type": "unstyled",
"depth": 0,
"inlineStyleRanges": [],
"entityRanges": [],
"data": {}
}
],
"entityMap": {}
}...
I think that the main issue that you are facing is that Rich text fields are in a JSON format like this one:{
"blocks": [
{
"key": "",
"text": "Project...",
"type": "unstyled",
"depth": 0,
"inlineStyleRanges": [],
"entityRanges": [],
"data": {}
}
...
This one works if you are using the linkURL=shortview=true
displayname=Original Request Link
textmode=true
valueexpression=CONCAT("https://someURL",{convertedOpTaskOriginator}.{ssoUsername})
valueformat=HTML width=15