Hi all,
I have a scenario where I have to send a multiple links in a Google chat in a single message
Message format should be like this
RequestNo ।। CreatedDate ।। Links
1। Date। Click here
And so on
How to achieve this
Thanks in Advance
Discussion posts and replies are publicly visible
As this is not an Appian topic, I recommend the google chat API docs.
developers.google.com/.../basic
Hi Stefan,
I have a one more query regarding Expression rule .I have DB where isCompleted and IsMandatory fields are there with repect to particular requestID
Example:
here I want to return only those sites which have isCompleted=1 for all the isManatory=1
in the above example , i must get only requestid =2
Hm ... if you use queryEntity, I suggest to have a look at this page in the docs. QueryFilter and logicalExpressions is what you are looking for.
https://docs.appian.com/suite/help/21.4/Query_Recipes.html