Step 1 : Add a workflow for your list/library.

Step 2 : Add Build tag using Action menu.

Step 3 : Add Accept, ContentType, and Authorization, as a string, as shown below. By clicking Build{…} and adding value as application/json;odata=verbose, you get the output in JSON format .




Step 4 : Add Call action and click on this. Write REST API call to get the Title of the current site.


Step 5 :Add a variable as a Dictionary Type, for saving your output value .


Step 6 : Add Get action to get the Title value.

Step 7 : Write d/Title for getting value from variable. Log output1 for viewing the Title of current site .

Step 8 : Start the workflow and check the logs.

Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment
It is the same account you read, post and publish with — and you will come straight back to this page.
Gokul ParanjothyPosted Jan 8, 2019, 4:22 AM
Thanks for your article. It helped me
kalu singh raoPosted Jul 25, 2016, 8:09 AM
Good Starting