Guest User

Untitled

a guest
Jan 16th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. {
  2. "$schema": "https://developer.microsoft.com/json-schemas/sp/column-formatting.schema.json",
  3. "elmType": "span",
  4. "style": {
  5. "color": "#0078d7"
  6. },
  7. "children": [
  8. {
  9. "elmType": "span",
  10. "attributes": {
  11. "iconName": "Flow"
  12. }
  13. },
  14. {
  15. "elmType": "button",
  16. "style": {
  17. "border": "none",
  18. "background-color": "transparent",
  19. "color": "#0078d7",
  20. "cursor": "pointer"
  21. },
  22. "txtContent": "Start Flow",
  23. "customRowAction": {
  24. "action": "executeFlow",
  25. //How can i pass a column field name there to the ID instead of the hardocded GUID?
  26. "actionParams": "{"id": "c42f9124-653d-468a-8178-07063e5f5c88"}"
  27. }
  28. }
  29. ]
  30. }
Add Comment
Please, Sign In to add comment